Update ingress.conf

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

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 / {