ui - redirect setup wizard to /setup

This commit is contained in:
fl0ppy-d1sk 2024-11-12 16:51:52 +01:00
parent ea09e8b72e
commit 9116008736
No known key found for this signature in database
GPG key ID: 93EE47CC3D061500

View file

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