Fix #53: Trust all proxies
Infrastructure / Check and run Ansbile playbooks (push) Successful in 2m32s
Details
Infrastructure / Check and run Ansbile playbooks (push) Successful in 2m32s
Details
This commit is contained in:
parent
6b227ab45a
commit
c36095851b
|
@ -7,7 +7,6 @@
|
||||||
- name: Wait for connection
|
- name: Wait for connection
|
||||||
ansible.builtin.wait_for_connection:
|
ansible.builtin.wait_for_connection:
|
||||||
timeout: 300
|
timeout: 300
|
||||||
|
|
||||||
- name: Check if project exists
|
- name: Check if project exists
|
||||||
ansible.builtin.stat:
|
ansible.builtin.stat:
|
||||||
path: "$HOME/{{ app }}"
|
path: "$HOME/{{ app }}"
|
||||||
|
|
|
@ -35,7 +35,7 @@ TZ=Europe/London
|
||||||
|
|
||||||
# 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=10.4.0.1
|
TRUSTED_PROXIES=*
|
||||||
|
|
||||||
# The log channel defines where your log entries go to.
|
# 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).
|
# 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.
|
# 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 New Issue