aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-06-24 13:55:47 -0400
committerUnknown <joe2010xtmf@163.com>2014-06-24 13:55:47 -0400
commitb2801a2e985f11e940a0cd420cea57242ea26d4c (patch)
tree4d245376952e5800411043c0ebed021c89c489ea /conf
parentceb415df8a5ba9e33840df5d635765424a2bee8e (diff)
downloadgitea-b2801a2e985f11e940a0cd420cea57242ea26d4c.tar.gz
gitea-b2801a2e985f11e940a0cd420cea57242ea26d4c.zip
Fix #165
Diffstat (limited to 'conf')
-rw-r--r--conf/app.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/app.ini b/conf/app.ini
index 111261db98..296509f721 100644
--- a/conf/app.ini
+++ b/conf/app.ini
@@ -51,8 +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
+; Reverse proxy authentication header name of user name
+REVERSE_PROXY_AUTHENTICATION_USER = X-WEBAUTH-USER
[service]
ACTIVE_CODE_LIVE_MINUTES = 180