Fix #165
This commit is contained in:
parent
8bfa7ae745
commit
ad5ec45dd6
25 changed files with 484 additions and 450 deletions
|
@ -51,6 +51,8 @@ SECRET_KEY = !#@FDEWREWR&*(
|
|||
LOGIN_REMEMBER_DAYS = 7
|
||||
COOKIE_USERNAME = gogs_awesome
|
||||
COOKIE_REMEMBER_NAME = gogs_incredible
|
||||
; Reverse proxy authentication header name of user ID
|
||||
REVERSE_PROXY_AUTHENTICATION_UID = X-WEBAUTH-UID
|
||||
|
||||
[service]
|
||||
ACTIVE_CODE_LIVE_MINUTES = 180
|
||||
|
@ -65,6 +67,8 @@ REQUIRE_SIGNIN_VIEW = false
|
|||
ENABLE_CACHE_AVATAR = false
|
||||
; Mail notification
|
||||
ENABLE_NOTIFY_MAIL = false
|
||||
; More detail: https://github.com/gogits/gogs/issues/165
|
||||
ENABLE_REVERSE_PROXY_AUTHENTICATION = false
|
||||
|
||||
[webhook]
|
||||
; Cron task interval in minutes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue