diff options
author | Roman Egunkov <romanegunkov@users.noreply.github.com> | 2017-12-30 07:19:38 +0300 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2017-12-29 22:19:38 -0600 |
commit | 2f8c65c885ecd49e042e0d8ca8677090dc1956c6 (patch) | |
tree | d507feeef4e51622fcdb10f508ff21c26b5c2127 /custom | |
parent | 08cf7d90efe787ccbccae8573968a47c84cfa54e (diff) | |
download | gitea-2f8c65c885ecd49e042e0d8ca8677090dc1956c6.tar.gz gitea-2f8c65c885ecd49e042e0d8ca8677090dc1956c6.zip |
Fixed link to Issue 165 in comment, that was broken by commit 2d68bd1ef98849da54c869b103e93719d1accb5e (index 8110ac85..0f6163c4 100644). (#3267)
Diffstat (limited to 'custom')
-rw-r--r-- | custom/conf/app.ini.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/conf/app.ini.sample b/custom/conf/app.ini.sample index 1a295b5dfd..a931ca4eaa 100644 --- a/custom/conf/app.ini.sample +++ b/custom/conf/app.ini.sample @@ -285,7 +285,7 @@ DISABLE_REGISTRATION = false REQUIRE_SIGNIN_VIEW = false ; Mail notification ENABLE_NOTIFY_MAIL = false -; More detail: https://github.com/go-gitea/gitea/issues/165 +; More detail: https://github.com/gogits/gogs/issues/165 ENABLE_REVERSE_PROXY_AUTHENTICATION = false ENABLE_REVERSE_PROXY_AUTO_REGISTRATION = false ; Enable captcha validation for registration |