Skip to content

Instantly share code, notes, and snippets.

@sureshamk
Created November 11, 2016 09:42
Show Gist options
  • Save sureshamk/22df2c99f38f77f907f7d8e8dd264100 to your computer and use it in GitHub Desktop.
Save sureshamk/22df2c99f38f77f907f7d8e8dd264100 to your computer and use it in GitHub Desktop.
Directory listing in Nginx - Sureshvel.com
server {
listen 80;
server_name domain.com www.exampple.com;
autoindex on;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment