Slavi Pantaleev
7 anni fa
committed by
GitHub
Non sono state trovate chiavi note per questa firma nel database
ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con
6 aggiunte e
0 eliminazioni
-
docs/configuring-well-known.md
|
|
@@ -67,6 +67,12 @@ server { |
|
|
</VirtualHost> |
|
|
</VirtualHost> |
|
|
``` |
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
**For Caddy**, it would be something like this: |
|
|
|
|
|
|
|
|
|
|
|
```caddy |
|
|
|
|
|
proxy /.well-known/matrix https://matrix.DOMAIN |
|
|
|
|
|
``` |
|
|
|
|
|
|
|
|
Make sure to: |
|
|
Make sure to: |
|
|
|
|
|
|
|
|
- **replace `DOMAIN`** in the server configuration with your actual domain name |
|
|
- **replace `DOMAIN`** in the server configuration with your actual domain name |
|
|
|