mirror of
				https://github.com/spantaleev/matrix-docker-ansible-deploy.git
				synced 2025-10-30 06:47:56 +01:00 
			
		
		
		
	Merge pull request #1184 from Toorero/apache-example-enhancements
Added proxy config for synapse-admin
This commit is contained in:
		| @@ -46,6 +46,14 @@ | ||||
| 	ProxyPassReverse /_matrix http://127.0.0.1:8008/_matrix | ||||
| 	ProxyPass /_synapse/client http://127.0.0.1:8008/_synapse/client retry=0 nocanon | ||||
| 	ProxyPassReverse /_synapse/client http://127.0.0.1:8008/_synapse/client | ||||
| 	 | ||||
| 	# Proxy Admin API (necessary for Synapse-Admin) | ||||
| 	# ProxyPass /_synapse/admin http://127.0.0.1:8008/_synapse/admin retry=0 nocanon | ||||
| 	# ProxyPassReverse /_synapse/admin http://127.0.0.1:8008/_synapse/admin | ||||
| 	 | ||||
| 	# Proxy Synapse-Admin | ||||
| 	# ProxyPass /synapse-admin http://127.0.0.1:8766 retry=0 nocanon | ||||
| 	# ProxyPassReverse /synapse-admin http://127.0.0.1:8766 | ||||
|  | ||||
| 	# Map /.well-known/matrix/client for client discovery | ||||
| 	Alias /.well-known/matrix/client /matrix/static-files/.well-known/matrix/client | ||||
|   | ||||
		Reference in New Issue
	
	Block a user