ui - remove redundant redirect from root to /setup

This commit is contained in:
Théophile Diot 2024-11-12 17:18:36 +01:00
parent 0af8eae0a3
commit deed0e6dd1
No known key found for this signature in database
GPG key ID: FA995104A0BA376A

View file

@ -124,8 +124,4 @@ location /setup/check {
}
}
location / {
return 302 /setup;
}
{% endif +%}