Fix #53: Trust all proxies
All checks were successful
Infrastructure / Check and run Ansbile playbooks (push) Successful in 2m32s
All checks were successful
Infrastructure / Check and run Ansbile playbooks (push) Successful in 2m32s
This commit is contained in:
@@ -35,7 +35,7 @@ TZ=Europe/London
|
||||
|
||||
# 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=10.4.0.1
|
||||
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).
|
||||
|
@@ -170,7 +170,7 @@ LOG_LEVEL=debug
|
||||
|
||||
# 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=*
|
||||
|
||||
#
|
||||
# Time zone
|
||||
|
Reference in New Issue
Block a user