We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b93f720 + d77a805 commit 476d8baCopy full SHA for 476d8ba
1 file changed
script/setup-app
@@ -65,6 +65,7 @@ EOS
65
file.write <<-EOS
66
67
location / {
68
+ proxy_http_version 1.1;
69
proxy_pass http://localhost:#{mapping['port']}#{path};
70
proxy_set_header X-Real-IP $remote_addr;
71
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
0 commit comments