Skip to content

Commit

Permalink
ui - redirect setup wizard to /setup
Browse files Browse the repository at this point in the history
  • Loading branch information
fl0ppy-d1sk committed Nov 12, 2024
1 parent ea09e8b commit 9116008
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/common/core/ui/confs/default-server-http/ui.conf
Original file line number Diff line number Diff line change
Expand Up @@ -121,4 +121,8 @@ location /setup/check {
}
}

location / {
return 302 /setup;
}

{% endif +%}

0 comments on commit 9116008

Please sign in to comment.