Update ingress.conf

This commit is contained in:
Alexandre
2022-06-01 22:21:37 +02:00
committed by GitHub
parent bab8f38768
commit 083e88a45e

View File

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