mirror of
https://gitee.com/gitea/gitea
synced 2026-01-05 07:05:48 +08:00
Add suburl support
This commit is contained in:
@@ -253,5 +253,5 @@ func InstallPost(ctx *middleware.Context, form auth.InstallForm) {
|
||||
|
||||
log.Info("First-time run install finished!")
|
||||
ctx.Flash.Success(ctx.Tr("install.install_success"))
|
||||
ctx.Redirect(setting.AppRootSubUrl + "/user/login")
|
||||
ctx.Redirect(setting.AppSubUrl + "/user/login")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user