diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-12-05 17:54:57 -0500 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-12-05 17:54:57 -0500 |
commit | 069486d169d7adac902a310e10b6580857735880 (patch) | |
tree | 18966a493e6d1d8d57bb8c9ef56ec65a16604db3 /conf | |
parent | 298ebc58c1bc79375248e4b0be173201b935b742 (diff) | |
download | gitea-069486d169d7adac902a310e10b6580857735880.tar.gz gitea-069486d169d7adac902a310e10b6580857735880.zip |
fix #165
Diffstat (limited to 'conf')
-rw-r--r-- | conf/app.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/app.ini b/conf/app.ini index 0fec297bc5..4043cbb631 100644 --- a/conf/app.ini +++ b/conf/app.ini @@ -77,6 +77,7 @@ ENABLE_CACHE_AVATAR = false ENABLE_NOTIFY_MAIL = false ; More detail: https://github.com/gogits/gogs/issues/165 ENABLE_REVERSE_PROXY_AUTHENTICATION = false +ENABLE_REVERSE_PROXY_AUTO_REGISTERATION = false [webhook] ; Cron task interval in minutes |