diff options
author | Ikko Ashimine <eltociear@gmail.com> | 2021-04-05 18:49:14 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-05 17:49:14 +0800 |
commit | e9fba18a26c9d0f8586254a83ef7afcd293a725a (patch) | |
tree | 83f6b18a320ecefb794bdb7520aacaaeaf386d39 /custom | |
parent | fe3dcedd023c0b2fc767e74f53b90d1beadeb8a8 (diff) | |
download | gitea-e9fba18a26c9d0f8586254a83ef7afcd293a725a.tar.gz gitea-e9fba18a26c9d0f8586254a83ef7afcd293a725a.zip |
Fix typo in app.example.ini (#15287)
seperated -> separated
Co-authored-by: zeripath <art27@cantab.net>
Diffstat (limited to 'custom')
-rw-r--r-- | custom/conf/app.example.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/conf/app.example.ini b/custom/conf/app.example.ini index 29b8846ede..127643270b 100644 --- a/custom/conf/app.example.ini +++ b/custom/conf/app.example.ini @@ -555,7 +555,7 @@ REVERSE_PROXY_AUTHENTICATION_USER = X-WEBAUTH-USER REVERSE_PROXY_AUTHENTICATION_EMAIL = X-WEBAUTH-EMAIL ; Interpret X-Forwarded-For header or the X-Real-IP header and set this as the remote IP for the request REVERSE_PROXY_LIMIT = 1 -; List of IP addresses and networks seperated by comma of trusted proxy servers. Use `*` to trust all. +; List of IP addresses and networks separated by comma of trusted proxy servers. Use `*` to trust all. REVERSE_PROXY_TRUSTED_PROXIES = 127.0.0.0/8,::1/128 ; The minimum password length for new Users MIN_PASSWORD_LENGTH = 6 |