mirror of
				https://github.com/spantaleev/matrix-docker-ansible-deploy.git
				synced 2025-10-31 07:17:57 +01:00 
			
		
		
		
	Merge pull request #16 from anadahz/doc/caddy_well-known
Add sample .well-know config for Caddy
This commit is contained in:
		| @@ -67,6 +67,12 @@ server { | ||||
| </VirtualHost> | ||||
| ``` | ||||
|  | ||||
| **For Caddy**, it would be something like this: | ||||
|  | ||||
| ```caddy | ||||
| proxy /.well-known/matrix https://matrix.DOMAIN | ||||
| ``` | ||||
|  | ||||
| Make sure to: | ||||
|  | ||||
| - **replace `DOMAIN`** in the server configuration with your actual domain name | ||||
|   | ||||
		Reference in New Issue
	
	Block a user