summaryrefslogtreecommitdiff
path: root/mkdocs.yml
diff options
context:
space:
mode:
authorLibravatar Mina Galić <mina.galic@puppet.com>2022-04-18 17:45:43 +0200
committerLibravatar GitHub <noreply@github.com>2022-04-18 17:45:43 +0200
commit721061b046d5d63585ce00c3ae91a010711764df (patch)
treebbf62378605185fba6d1a913db57a6e5a32d0c8c /mkdocs.yml
parent[bugfix] Fix infinite domain block database loop (#467) (diff)
downloadgotosocial-721061b046d5d63585ce00c3ae91a010711764df.tar.xz
[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
Diffstat (limited to 'mkdocs.yml')
-rw-r--r--mkdocs.yml1
1 files changed, 1 insertions, 0 deletions
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"