fix: Fix reverse proxy

This commit is contained in:
Laur Ivan 2023-04-30 15:12:47 +02:00
parent 95d6a0f00d
commit 176d6f59aa

View File

@ -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).