Browse Source

Update configuring-well-known.md

pull/1820/head
brush 4 years ago
committed by GitHub
parent
commit
3499b9cd03
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      docs/configuring-well-known.md

+ 2
- 2
docs/configuring-well-known.md View File

@@ -105,8 +105,8 @@ server {
ServerName DOMAIN

SSLProxyEngine on
ProxyPass /.well-known/matrix https://matrix.DOMAIN/.well-known/matrix nocanon
ProxyPassReverse /.well-known/matrix https://matrix.DOMAIN/.well-known/matrix nocanon
ProxyPass /.well-known/matrix https://matrix.DOMAIN/.well-known/matrix nocanon
ProxyPassReverse /.well-known/matrix https://matrix.DOMAIN/.well-known/matrix nocanon

# other configuration
</VirtualHost>


Loading…
Cancel
Save