Skip to content

Commit

Permalink
Proxy to Pow with HTTP 1.1 instead of 1.0 so we can send chunked resp…
Browse files Browse the repository at this point in the history
…onses
  • Loading branch information
jeremy committed Jul 13, 2015
1 parent 383ce31 commit f64f728
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions share/powprox/nginx.conf.erb
Expand Up @@ -67,6 +67,7 @@ http {
location @powprox {
internal;
proxy_pass http://pow;
proxy_http_version 1.1;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
Expand Down

0 comments on commit f64f728

Please sign in to comment.