Ver a proveniência

Merge pull request #2505 from tilosp/patch-1

Add `matrix_playbook_ssl_enabled: true` to configuring-playbook-own-webserver.md
pull/2507/head^2
Slavi Pantaleev há 3 anos
committed by GitHub
ascendente
cometimento
30185a04e9
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: 4AEE18F83AFDEB23
1 ficheiros alterados com 6 adições e 0 eliminações
  1. +6
    -0
      docs/configuring-playbook-own-webserver.md

+ 6
- 0
docs/configuring-playbook-own-webserver.md Ver ficheiro

@@ -127,6 +127,9 @@ This is the recommended way for using another reverse-proxy, because the integra
# playbook-managed-proxy is the default right now, so we can keep this commented out. # playbook-managed-proxy is the default right now, so we can keep this commented out.
# matrix_playbook_reverse_proxy_type: playbook-managed-nginx # matrix_playbook_reverse_proxy_type: playbook-managed-nginx


# Ensure that public urls use https
matrix_playbook_ssl_enabled: true

# Disable SSL certificate retrieval # Disable SSL certificate retrieval
matrix_ssl_retrieval_method: none matrix_ssl_retrieval_method: none


@@ -150,6 +153,9 @@ matrix_nginx_proxy_container_federation_host_bind_port: '127.0.0.1:8449'
```yaml ```yaml
matrix_playbook_reverse_proxy_type: playbook-managed-traefik matrix_playbook_reverse_proxy_type: playbook-managed-traefik


# Ensure that public urls use https
matrix_playbook_ssl_enabled: true

# Disable the web-secure (port 443) endpoint, which also disables SSL certificate retrieval # Disable the web-secure (port 443) endpoint, which also disables SSL certificate retrieval
devture_traefik_config_entrypoint_web_secure_enabled: false devture_traefik_config_entrypoint_web_secure_enabled: false




Carregando…
Cancelar
Guardar