mirror of
				https://github.com/spantaleev/matrix-docker-ansible-deploy.git
				synced 2025-10-31 15:27:56 +01:00 
			
		
		
		
	matrix-synapse nginx template: fix invalid jinja comment syntax
This commit is contained in:
		| @@ -105,7 +105,7 @@ | ||||
| 	{% endif %} | ||||
|  | ||||
| 	{% if matrix_nginx_proxy_synapse_workers_enabled %} | ||||
| 		{# Workers redirects BEGIN} | ||||
| 		{# Workers redirects BEGIN #} | ||||
|  | ||||
| 		{% if generic_workers %} | ||||
| 			# https://github.com/matrix-org/synapse/blob/master/docs/workers.md#synapseappgeneric_worker | ||||
| @@ -164,7 +164,7 @@ | ||||
| 			} | ||||
| 			{% endif %} | ||||
| 		{% endif %} | ||||
| 		{# Workers redirects END} | ||||
| 		{# Workers redirects END #} | ||||
| 	{% endif %} | ||||
|  | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user