Skip to content

Commit e9fba18

Browse files
Ikko Ashiminezeripath
Ikko Ashimine
andauthored
Fix typo in app.example.ini (#15287)
seperated -> separated Co-authored-by: zeripath <[email protected]>
1 parent fe3dced commit e9fba18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom/conf/app.example.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ REVERSE_PROXY_AUTHENTICATION_USER = X-WEBAUTH-USER
555555
REVERSE_PROXY_AUTHENTICATION_EMAIL = X-WEBAUTH-EMAIL
556556
; Interpret X-Forwarded-For header or the X-Real-IP header and set this as the remote IP for the request
557557
REVERSE_PROXY_LIMIT = 1
558-
; List of IP addresses and networks seperated by comma of trusted proxy servers. Use `*` to trust all.
558+
; List of IP addresses and networks separated by comma of trusted proxy servers. Use `*` to trust all.
559559
REVERSE_PROXY_TRUSTED_PROXIES = 127.0.0.0/8,::1/128
560560
; The minimum password length for new Users
561561
MIN_PASSWORD_LENGTH = 6

0 commit comments

Comments
 (0)