-
-
Save ryankirkman/d7dcbc3c913d71bebf65 to your computer and use it in GitHub Desktop.
Revisions
-
mattd revised this gist
Sep 15, 2011 . 1 changed file with 0 additions and 13 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 @@ -1,13 +0,0 @@ -
mattd revised this gist
Sep 15, 2011 . 1 changed file with 13 additions and 0 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 @@ -0,0 +1,13 @@ server { root /var/www/example.com/static; server_name example.com; access_log /var/log/nginx/example.com.access.log; error_log /var/log/nginx/example.com.error.log; try_files /maintenance.html @proxy; location @proxy { proxy_pass http://127.0.0.1:10001; include /etc/nginx/proxy.conf; } } -
mattd created this gist
Jun 3, 2011 .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,13 @@ server { root /var/www/example.com/static; server_name example.com; access_log /var/log/nginx/example.com.access.log; error_log /var/log/nginx/example.com.error.log; try_files /maintenance.html @proxy; location @proxy { proxy_pass http://127.0.0.1:10001; include /etc/nginx/proxy.conf; } }