mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
ui - redirect setup wizard to /setup
This commit is contained in:
parent
ea09e8b72e
commit
9116008736
1 changed files with 4 additions and 0 deletions
|
|
@ -121,4 +121,8 @@ location /setup/check {
|
|||
}
|
||||
}
|
||||
|
||||
location / {
|
||||
return 302 /setup;
|
||||
}
|
||||
|
||||
{% endif +%}
|
||||
|
|
|
|||
Loading…
Reference in a new issue