Skip to content

Instantly share code, notes, and snippets.

@jdauphant
Last active August 29, 2015 13:55
Show Gist options
  • Save jdauphant/8777228 to your computer and use it in GitHub Desktop.
Save jdauphant/8777228 to your computer and use it in GitHub Desktop.
nginx_sites:
- server:
file_name: bar
vars:
- listen 9090
- server_name ansible
- root "/tmp/site2"
- location / {
try_files $uri $uri/ /index.html;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment