mirror of
				https://github.com/spantaleev/matrix-docker-ansible-deploy.git
				synced 2025-11-04 00:58:56 +01:00 
			
		
		
		
	Nginx conf: more testing less b0rk
This commit is contained in:
		@@ -290,10 +290,7 @@ upstream synchrotron {
 | 
			
		||||
	ip_hash;
 | 
			
		||||
 | 
			
		||||
	{% for synchrotron_worker in synchrotron_workers %}
 | 
			
		||||
		{# Use the embedded DNS resolver in Docker containers to discover the service #}
 | 
			
		||||
		resolver 127.0.0.11 valid=5s;
 | 
			
		||||
		set $backend "matrix-synapse:{{ synchrotron_worker.port }}";
 | 
			
		||||
		server $backend:{{ synchrotron_worker.port }};
 | 
			
		||||
	server "matrix-synapse:{{ synchrotron_worker.port }}";
 | 
			
		||||
	{% endfor %}
 | 
			
		||||
}
 | 
			
		||||
{% endif %}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user