Explorar el Código

Added comments noting that the TLS Certs might differ when using own certs

pull/137/head
jreichmann hace 6 años
padre
commit
084be8a194
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 3624C433676E465
Se han modificado 2 ficheros con 4 adiciones y 1 borrados
  1. +1
    -0
      examples/caddy/matrix-riot-web
  2. +3
    -1
      examples/caddy/matrix-synapse

+ 1
- 0
examples/caddy/matrix-riot-web Ver fichero

@@ -1,4 +1,5 @@
https://riot.DOMAIN {
# These might differ if you are supplying your own certificates
tls /matrix/ssl/config/live/riot.DOMAIN/fullchain.pem /matrix/ssl/config/live/riot.DOMAIN/privkey.pem

proxy / http://127.0.0.1:8765 {


+ 3
- 1
examples/caddy/matrix-synapse Ver fichero

@@ -1,4 +1,5 @@
https://matrix.DOMAIN {
# If you use your own certificates, your path may differ
tls /matrix/ssl/config/live/matrix.DOMAIN/fullchain.pem /matrix/ssl/config/live/matrix.DOMAIN/privkey.pem

root /matrix/static-files
@@ -10,14 +11,15 @@ https://matrix.DOMAIN {
X-XSS-Protection "1; mode=block"
}

# Identity server traffic
proxy /_matrix/identity matrix-msisd:8090 {
transparent
}

proxy /_matrix/client/r0/user_directory/search matrix-msisd:8090 {
transparent
}

# Synapse Client<>Server API
proxy / matrix-synapse:8008 {
transparent
without /.well-known/ /_matrix/identity/ /_matrix/client/r0/user_directory/search


Cargando…
Cancelar
Guardar