From 176d6f59aaec15da8f507bea01ba8dd446ff5c11 Mon Sep 17 00:00:00 2001 From: Laur Ivan Date: Sun, 30 Apr 2023 15:12:47 +0200 Subject: [PATCH] fix: Fix reverse proxy --- templates/env.firefly.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/env.firefly.conf.j2 b/templates/env.firefly.conf.j2 index f29b1ad..01d5af3 100644 --- a/templates/env.firefly.conf.j2 +++ b/templates/env.firefly.conf.j2 @@ -35,7 +35,7 @@ TZ=Europe/Amsterdam # TRUSTED_PROXIES is a useful variable when using Docker and/or a reverse proxy. # Set it to ** and reverse proxies work just fine. -TRUSTED_PROXIES= +TRUSTED_PROXIES=** # The log channel defines where your log entries go to. # Several other options exist. You can use 'single' for one big fat error log (not recommended).