Skip to content
Snippets Groups Projects
Commit 66bea9ff authored by Jeremy M Fee's avatar Jeremy M Fee
Browse files

Try turning proxy_redirect off

parent 523598c1
No related branches found
No related tags found
1 merge request!146Release CMO metadata to production
Pipeline #25934 passed with warnings
...@@ -53,7 +53,7 @@ updateRouting () { ...@@ -53,7 +53,7 @@ updateRouting () {
proxy_set_header X-Forwarded-For \$proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-For \$proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto https; proxy_set_header X-Forwarded-Proto https;
# keep redirects on https # keep redirects on https
proxy_redirect http://\$proxy_host:\$proxy_port https://\$host; proxy_redirect off;
} }
EO_SERVER_SNIP EO_SERVER_SNIP
# ^^ Note: TAB indentation required # ^^ Note: TAB indentation required
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment