From 5850f2f1c4261de3ddab244ef7170c408441cb0b Mon Sep 17 00:00:00 2001 From: sunstep <73174517+sunstep@users.noreply.github.com> Date: Fri, 27 Sep 2024 14:42:42 +0200 Subject: [PATCH] Simplify Caddy example fqdn --- docs/how_to_setup_reverse_proxy.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/how_to_setup_reverse_proxy.md b/docs/how_to_setup_reverse_proxy.md index b66c2957..30cb691b 100644 --- a/docs/how_to_setup_reverse_proxy.md +++ b/docs/how_to_setup_reverse_proxy.md @@ -160,7 +160,7 @@ Lastly, edit your Caddy config as needed: https_port 443 } - { +timeline.example.com { reverse_proxy dawarich_app:3000 encode brotli { @@ -171,8 +171,7 @@ Lastly, edit your Caddy config as needed: } ``` - -At your FQDN, do not include < > +timeline.example.com is an example, use your own (sub) domain. ---