From d6e169d83b103b5a7587090478eff7520ca9cb55 Mon Sep 17 00:00:00 2001 From: sunstep <73174517+sunstep@users.noreply.github.com> Date: Tue, 24 Sep 2024 14:02:33 +0200 Subject: [PATCH] Update how_to_setup_reverse_proxy.md --- docs/how_to_setup_reverse_proxy.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/how_to_setup_reverse_proxy.md b/docs/how_to_setup_reverse_proxy.md index 51e888a0..4c75505d 100644 --- a/docs/how_to_setup_reverse_proxy.md +++ b/docs/how_to_setup_reverse_proxy.md @@ -14,7 +14,7 @@ dawarich_app: ... environment: ... - APPLICATION_HOST: "yourhost.com" <-- Edit this + APPLICATION_HOST: "yourhost.com" <------------------------------ Edit this APPLICATION_HOSTS: "yourhost.com,www.yourhost.com,127.0.0.1" <-- Edit this ``` @@ -25,7 +25,7 @@ dawarich_sidekiq: ... environment: ... - APPLICATION_HOST: "yourhost.com" <-- Edit this + APPLICATION_HOST: "yourhost.com" <------------------------------ Edit this APPLICATION_HOSTS: "yourhost.com,www.yourhost.com,127.0.0.1" <-- Edit this ... ```