Explorar el Código

Merge pull request #1211 from 0xLAITH/patch-1

Update howto-server-delegation.md
pull/1217/head
Slavi Pantaleev hace 5 años
committed by GitHub
padre
commit
5575ad8117
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 2 adiciones y 2 borrados
  1. +2
    -2
      docs/howto-server-delegation.md

+ 2
- 2
docs/howto-server-delegation.md Ver fichero

@@ -82,8 +82,8 @@ Based on your setup, you have different ways to go about it:
# #
# NOTE: these are in-container paths. `/matrix/ssl` on the host is mounted into the container # NOTE: these are in-container paths. `/matrix/ssl` on the host is mounted into the container
# at the same path (`/matrix/ssl`) by default, so if that's the path you need, it would be seamless. # at the same path (`/matrix/ssl`) by default, so if that's the path you need, it would be seamless.
matrix_nginx_proxy_proxy_matrix_federation_api_ssl_certificate: /matrix/ssl/config/live/matrix.<your-domain>/fullchain.pem
matrix_nginx_proxy_proxy_matrix_federation_api_ssl_certificate_key: /matrix/ssl/config/live/matrix.<your-domain>/privkey.pem
matrix_nginx_proxy_proxy_matrix_federation_api_ssl_certificate: /matrix/ssl/config/live/<your-domain>/fullchain.pem
matrix_nginx_proxy_proxy_matrix_federation_api_ssl_certificate_key: /matrix/ssl/config/live/<your-domain>/privkey.pem
``` ```


If your files are not in `/matrix/ssl` but in some other location, you would need to mount them into the container: If your files are not in `/matrix/ssl` but in some other location, you would need to mount them into the container:


Cargando…
Cancelar
Guardar