mirror of
				https://github.com/spantaleev/matrix-docker-ansible-deploy.git
				synced 2025-11-04 00:58:56 +01:00 
			
		
		
		
	Merge pull request #1886 from davidmehren/fix/worker_x_forwarded
Synapse workers should respect X-Forwarded headers
This commit is contained in:
		@@ -26,6 +26,7 @@ worker_listeners:
 | 
			
		||||
{% if http_resources|length > 0 %}
 | 
			
		||||
  - type: http
 | 
			
		||||
    bind_addresses: ['::']
 | 
			
		||||
    x_forwarded: true
 | 
			
		||||
    port: {{ matrix_synapse_worker_details.port }}
 | 
			
		||||
    resources:
 | 
			
		||||
      - names: {{ http_resources|to_json }}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user