mirror of
				https://github.com/spantaleev/matrix-docker-ansible-deploy.git
				synced 2025-10-30 23:07:57 +01:00 
			
		
		
		
	fix ProxyPass directive by adding mandatory trailing slash
This commit is contained in:
		| @@ -29,7 +29,7 @@ | ||||
| 	RequestHeader set "X-Forwarded-Proto" expr=%{REQUEST_SCHEME} | ||||
|  | ||||
| 	AllowEncodedSlashes NoDecode | ||||
| 	ProxyPass / http://127.0.0.1:81 retry=0 nocanon | ||||
| 	ProxyPass / http://127.0.0.1:81/ retry=0 nocanon | ||||
| 	ProxyPassReverse / http://127.0.0.1:81/ | ||||
|  | ||||
| 	ErrorLog ${APACHE_LOG_DIR}/matrix.DOMAIN-error.log | ||||
|   | ||||
		Reference in New Issue
	
	Block a user