mirror of
				https://codeberg.org/forgejo/forgejo.git
				synced 2025-11-04 08:21:11 +00:00 
			
		
		
		
	Fix typo in app.example.ini (#15287)
seperated -> separated Co-authored-by: zeripath <art27@cantab.net>
This commit is contained in:
		
					parent
					
						
							
								fe3dcedd02
							
						
					
				
			
			
				commit
				
					
						e9fba18a26
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -555,7 +555,7 @@ REVERSE_PROXY_AUTHENTICATION_USER = X-WEBAUTH-USER
 | 
				
			||||||
REVERSE_PROXY_AUTHENTICATION_EMAIL = X-WEBAUTH-EMAIL
 | 
					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
 | 
					; 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
 | 
					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
 | 
					REVERSE_PROXY_TRUSTED_PROXIES = 127.0.0.0/8,::1/128
 | 
				
			||||||
; The minimum password length for new Users
 | 
					; The minimum password length for new Users
 | 
				
			||||||
MIN_PASSWORD_LENGTH = 6
 | 
					MIN_PASSWORD_LENGTH = 6
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue