Commit 11cb5c4f authored by nanahira's avatar nanahira

fix

parent 3364ba40
Pipeline #17255 canceled with stages
in 14 minutes and 32 seconds
......@@ -195,6 +195,7 @@ http {
proxy_set_header Forwarded "for=$remote_addr;by=$hostname";
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Forwarded-Host $http_host;
{{#timeout}}
proxy_read_timeout {{.}}s;
send_timeout {{.}}s;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment