Last active
August 29, 2015 13:55
-
-
Save jdauphant/8777228 to your computer and use it in GitHub Desktop.
Revisions
-
jdauphant revised this gist
Feb 3, 2014 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,9 +2,9 @@ nginx_sites: - server: file_name: bar vars: - listen 9090 - server_name ansible - root "/tmp/site2" - location / { try_files $uri $uri/ /index.html; } -
jdauphant created this gist
Feb 3, 2014 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,10 @@ nginx_sites: - server: file_name: bar vars: - listen 9090; - server_name ansible; - root "/tmp/site2"; - location / { try_files $uri $uri/ /index.html; }