Update ingress.conf

This commit is contained in:
Alexandre
2022-06-01 22:05:57 +02:00
committed by GitHub
parent a0a1284698
commit 7516ec9b0a

View File

@@ -6,8 +6,8 @@ server {
# Code origin : https://github.com/transmission/transmission/issues/899
location / {
return 301 ./web/; # The slash at the end is important
location = / {
return 301 /web/; # The slash at the end is important.
}
location / {