Alexandre
2025-01-17 10:24:01 +01:00
committed by GitHub
parent b96397ce8f
commit 9c817bea45

View File

@@ -5,6 +5,12 @@
proxy_buffering off;
location = / {
absolute_redirect off; # Do not add port to redirect
return 301 %%ingress_entry%%/top-birds?date=; # The slash at the end is important.
proxy_set_header X-Forwarded-Proto $scheme; # Avoids mixed content
}
location / {
# Proxy pass
proxy_pass http://localhost:8080;