Update ingress.conf

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

View File

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