We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe3dced commit e9fba18Copy full SHA for e9fba18
custom/conf/app.example.ini
@@ -555,7 +555,7 @@ REVERSE_PROXY_AUTHENTICATION_USER = X-WEBAUTH-USER
555
REVERSE_PROXY_AUTHENTICATION_EMAIL = X-WEBAUTH-EMAIL
556
; Interpret X-Forwarded-For header or the X-Real-IP header and set this as the remote IP for the request
557
REVERSE_PROXY_LIMIT = 1
558
-; 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.
559
REVERSE_PROXY_TRUSTED_PROXIES = 127.0.0.0/8,::1/128
560
; The minimum password length for new Users
561
MIN_PASSWORD_LENGTH = 6
0 commit comments