Update ingress.conf

This commit is contained in:
Alexandre
2025-01-17 10:50:30 +01:00
committed by GitHub
parent 4fe2d70410
commit 4f814fa2ff

View File

@@ -5,12 +5,6 @@
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;