Merge pull request #12 from staticsafe/master

Use 127.0.0.1 instead of localhost in Sidekiq proxy_pass.
This commit is contained in:
wxcafé 2017-04-14 01:50:51 +02:00 committed by GitHub
commit 5c7a3ec16c
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ server {
proxy_set_header Proxy "";
proxy_pass_header Server;
proxy_pass http://localhost:3000;
proxy_pass http://127.0.0.1:3000;
proxy_buffering off;
proxy_redirect off;
proxy_http_version 1.1;