fix: Add trusted proxies for firefly importer
This commit is contained in:
parent
544f323b0c
commit
09f9bb3006
|
@ -98,7 +98,7 @@ LOG_LEVEL=debug
|
||||||
|
|
||||||
# TRUSTED_PROXIES is a useful variable when using Docker and/or a reverse proxy.
|
# TRUSTED_PROXIES is a useful variable when using Docker and/or a reverse proxy.
|
||||||
# Set it to ** and reverse proxies work just fine.
|
# Set it to ** and reverse proxies work just fine.
|
||||||
TRUSTED_PROXIES=
|
TRUSTED_PROXIES=**
|
||||||
|
|
||||||
#
|
#
|
||||||
# Time zone
|
# Time zone
|
||||||
|
|
Loading…
Reference in a new issue