mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-06-11 15:24:37 +08:00
Fix #165
This commit is contained in:
@ -206,7 +206,7 @@ func Config(ctx *middleware.Context) {
|
||||
ctx.Data["StaticRootPath"] = setting.StaticRootPath
|
||||
ctx.Data["LogRootPath"] = setting.LogRootPath
|
||||
ctx.Data["ScriptType"] = setting.ScriptType
|
||||
ctx.Data["ReverseProxyAuthUid"] = setting.ReverseProxyAuthUid
|
||||
ctx.Data["ReverseProxyAuthUser"] = setting.ReverseProxyAuthUser
|
||||
|
||||
ctx.Data["Service"] = setting.Service
|
||||
|
||||
|
Reference in New Issue
Block a user