On 31.07.2012 20:22, Andrew Lewman wrote:
server { listen 0.1.2.3:80;
server_name your.example.com;
root /var/www/mirrors/torproject.org; index index.html.en;
I have included here this:
location ^~ /dist/ { autoindex on; }
This enabled autoindex for all directorys after tor-miror.tld/dist/.
}
regards, Martin