Update ingress.conf

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

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