Преглед на файлове

Update configuring-well-known.md

pull/1820/head
brush преди 4 години
committed by GitHub
родител
ревизия
34de6c9c66
No known key found for this signature in database GPG ключ ID: 4AEE18F83AFDEB23
променени са 1 файла, в които са добавени 3 реда и са изтрити 4 реда
  1. +3
    -4
      docs/configuring-well-known.md

+ 3
- 4
docs/configuring-well-known.md Целия файл

@@ -98,16 +98,15 @@ server {
}
```

**For Apache**, it would be something like this:
**For Apache2**, it would be something like this:

```apache
<VirtualHost *:443>
ServerName DOMAIN

SSLProxyEngine on
<Location /.well-known/matrix>
ProxyPass "https://matrix.DOMAIN/.well-known/matrix"
</Location>
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>


Зареждане…
Отказ
Запис