Hi. Help me to enable directory listing, please. My configuration: Ubuntu 13.04 ISPConfig 3.0.5.2 Nginx 1.2.6 I've added a web site to ISPConfig, uploaded folder with file and added nginx directive, but no luck... Getting error "403 Forbidden"
I don't know what was wrong, but it's working now! Must be that I added subdir to directive, not just var/www/mywebsite/web but var/www/mywebsite/web/folder
GOT IT!!! To use autoindex, you should add a custom dir, root dir (./web) will not be accessable. So in the end of configuration you should open Code: http://yoursite/customdir/ Settings below... nginx Directives Code: location / { autoindex on; }