summaryrefslogtreecommitdiff
path: root/mkdocs.yml
diff options
context:
space:
mode:
authorLibravatar Martijn de Boer <github@sexybiggetje.nl>2022-05-23 11:45:55 +0200
committerLibravatar GitHub <noreply@github.com>2022-05-23 11:45:55 +0200
commitd6abe105b3aeb0dd35442f913df5082db9983aae (patch)
tree68363e27a0104fee194643adbc1c1ebe8a4aaba1 /mkdocs.yml
parent[feature] implement custom_emojis endpoint (#563) (diff)
downloadgotosocial-d6abe105b3aeb0dd35442f913df5082db9983aae.tar.xz
[docs] Add Caddy instructions to the documentation (#594)
* Add instructions for working with Caddy 2 Add instructions for working with Caddy 2. Some texts are duplicated from the NGINX part (mainly the configuration part, about systemctl). * Add new Caddy docs to mkdocs.yml Adds the new Caddy document to the document tree * Remove up and downstream headers from configuration Removed the header statements for the proxy, as proxying those are transparant. Kept the flush_interval directive, disabling the response buffer completely so we can write without delays. * Update caddy.md Corrects the opening link * Apply comments mentioned in PR @igalic mentioned a few comments to improve these docs. I've processed those in this PR.
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 c721cd1f3..2f5243333 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -19,6 +19,7 @@ nav:
- "installation_guide/docker.md"
- "installation_guide/nginx.md"
- "installation_guide/apache-httpd.md"
+ - "installation_guide/caddy.md"
- "installation_guide/third_party.md"
- "installation_guide/websocket.md"
- "Configuration":