This website works better with JavaScript.
Home
Explore
Help
Sign In
overmind
/
matrix-docker-ansible-deploy
mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Add sample .well-know config for Caddy
pull/16/head
anadahz
7 years ago
parent
aefc2f0037
commit
12d96f5e23
1 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
docs/configuring-well-known.md
+ 6
- 0
docs/configuring-well-known.md
View File
@@ -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
Write
Preview
Loading…
Cancel
Save