Ver a proveniência

Update configuring-well-known.md

pull/1820/head
brush há 4 anos
committed by GitHub
ascendente
cometimento
34de6c9c66
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: 4AEE18F83AFDEB23
1 ficheiros alterados com 3 adições e 4 eliminações
  1. +3
    -4
      docs/configuring-well-known.md

+ 3
- 4
docs/configuring-well-known.md Ver ficheiro

@@ -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>


Carregando…
Cancelar
Guardar