Howto enable Directory Listing in nginx

To enable directory listing use the following configuration option:

autoindex on;

eg:
server {    listen 80;    server_name gnusys.net;    autoindex on;............}
Share and Enjoy:
  • Digg
  • Mixx
  • del.icio.us
  • StumbleUpon
  • Facebook
  • TwitThis
  • Technorati
  • Google

Tags: ,

One Response to “Howto enable Directory Listing in nginx”

  1. directory Says:

    I nonetheless use a printed directory to locate what I want. I find it in reality quicker than searching by going online.

Leave a Reply