-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hi,
I don't know who is responsible for the mirror instructions webpage at
but I'd like him/her to update the nginx configuration to include a directory index for the dist-directory.
server { listen 0.1.2.3:80; server_name your.example.com;
root /var/www/mirrors/torproject.org; index index.html.en;
location ^~ /dist/ { autoindex on; } }
I am no nginx expert but this would be the conclusion of this bullet point:
Allows "Directory Index / Indexes" (Index viewing) of the /dist
directory.
Martin Weinelt
On Sat, 16 Mar 2013 17:11:41 +0100 Tor Admin tor@linuxlounge.net wrote:
I don't know who is responsible for the mirror instructions webpage at
but I'd like him/her to update the nginx configuration to include a directory index for the dist-directory.
Thanks. Just added with svn commit 26111:
https://lists.torproject.org/pipermail/tor-commits/2013-March/053863.html
tor-mirrors@lists.torproject.org