summaryrefslogtreecommitdiff
path: root/docs/installation_guide/caddy.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/installation_guide/caddy.md')
-rw-r--r--docs/installation_guide/caddy.md8
1 files changed, 1 insertions, 7 deletions
diff --git a/docs/installation_guide/caddy.md b/docs/installation_guide/caddy.md
index c1dd13977..0b1e91668 100644
--- a/docs/installation_guide/caddy.md
+++ b/docs/installation_guide/caddy.md
@@ -65,13 +65,7 @@ While editing the file above, you should replace 'example.org' with your domain.
The file you're about to create should look like this:
```Caddyfile
-# Because we use a reverse proxy, Caddy won't redirect port 80 to 443 by default unless we tell it to.
-example.org:80 {
- redir https://example.org/{uri}
-}
-
-# The actual host configuration
-example.org:443 {
+example.org {
# Optional, but recommended, compress the traffic using proper protocols
encode zstd gzip