Explorar el Código

Fix caddy .well-known config

I assume you'll also need to change this for nginx and apache. Without this, Riot will tell you "Cannot find homeserver".
pull/46/head
Aaron Raimist hace 7 años
committed by GitHub
padre
commit
a11e3b8646
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 4AEE18F83AFDEB23
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      docs/configuring-well-known.md

+ 1
- 0
docs/configuring-well-known.md Ver fichero

@@ -71,6 +71,7 @@ server {

```caddy
proxy /.well-known/matrix https://matrix.DOMAIN
header /.well-known/matrix Access-Control-Allow-Origin *
```

Make sure to:


Cargando…
Cancelar
Guardar