From ba429f6a403131339c940684dc5a1e678558b53c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bergr=C3=BCbe?= <68869895+Bergruebe@users.noreply.github.com> Date: Mon, 20 Feb 2023 16:59:38 +0100 Subject: [PATCH] Added matrix_nginx_proxy_https_enabled to the own-nginx documentation --- docs/configuring-playbook-own-webserver.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/configuring-playbook-own-webserver.md b/docs/configuring-playbook-own-webserver.md index e7dc2455..34e0bf3e 100644 --- a/docs/configuring-playbook-own-webserver.md +++ b/docs/configuring-playbook-own-webserver.md @@ -185,6 +185,9 @@ If you'll be using `nginx` running on the same machine (not in a container), you ```yaml matrix_playbook_reverse_proxy_type: other-nginx-non-container +# If you want https configured in /matrix/nginx-proxy/conf.d/ +matrix_nginx_proxy_https_enabled: true + # If you will manage SSL certificates yourself, uncomment the line below # matrix_ssl_retrieval_method: none