Skip to content

Instantly share code, notes, and snippets.

@awaxa
Created July 7, 2014 01:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save awaxa/16e51691598acef8e6a0 to your computer and use it in GitHub Desktop.
Save awaxa/16e51691598acef8e6a0 to your computer and use it in GitHub Desktop.
/opt/boxen/config/nginx/sites/trainingvms.conf
server {
listen 8080 default_server;
location / {
root /Users/awaxa/Public/trainingvms;
autoindex on;
autoindex_exact_size off;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment