Created
February 5, 2013 07:55
Revisions
-
yllan created this gist
Feb 5, 2013 .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,11 @@ location xxxx { proxy_pass http://localhost:9000; proxy_buffering off; proxy_cache off; proxy_redirect off; proxy_set_header Connection ''; proxy_http_version 1.1; chunked_transfer_encoding off; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; }