From 721061b046d5d63585ce00c3ae91a010711764df Mon Sep 17 00:00:00 2001 From: Mina Galić Date: Mon, 18 Apr 2022 17:45:43 +0200 Subject: [docs] unify nginx explainers and add apache httpd (#455) * docs: unify nginx explainers and add apache httpd there are two places where nginx + certbot is explained, unify that into one place. Add apache httpd, following the same steps, but using mod_md for LetsEncrypt add a note about #453 in both guides. Link to both, and call the section reverse proxy, instead of NGINX * restore full nginx.conf from docker.md * add installation_guide/apache-httpd.md to mkdocs --- mkdocs.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'mkdocs.yml') diff --git a/mkdocs.yml b/mkdocs.yml index 40b4e952f..5e128ce21 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -18,6 +18,7 @@ nav: - "installation_guide/binary.md" - "installation_guide/docker.md" - "installation_guide/nginx.md" + - "installation_guide/apache-httpd.md" - "installation_guide/third_party.md" - "Configuration": - "configuration/index.md" -- cgit v1.3