Update ingress.conf

This commit is contained in:
Alexandre
2022-06-01 22:47:43 +02:00
committed by GitHub
parent 9f91561d64
commit 1823b62452

View File

@@ -8,6 +8,7 @@ server {
location = / {
return 301 ./web/; # The slash at the end is important.
proxy_set_header X-Forwarded-Proto $scheme; # Avoids mixed content
}
location / {