Set default IP
This commit is contained in:
parent
9a97b43cbf
commit
a6754df462
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
# Ansible managed
|
||||
|
||||
RemoteIPHeader X-Forwarded-For
|
||||
RemoteIPTrustedProxy {{ gateway_host_ip }}
|
||||
RemoteIPTrustedProxy {{ gateway_host_ip | default('127.0.0.1') }}
|
||||
|
||||
LogFormat "%a %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" remotip
|
||||
|
|
Loading…
Reference in a new issue