Files
confdroid_nagios/templates/loadbalancer/remoteip.conf.erb

13 lines
652 B
Plaintext
Raw Normal View History

2026-03-12 15:29:14 +01:00
###############################################################################
########## parameterized remoteip config created by Puppet ##########
########## manual changes will be overwritten !!! ##########
###############################################################################
RemoteIPHeader X-Forwarded-For
2026-03-12 16:12:38 +01:00
RemoteIPTrustedProxy <%= @ng_trusted_proxy %>
2026-03-12 16:37:09 +01:00
RemoteIPInternalProxy <%= @ng_trusted_proxy %>
# mod_remoteip rewrites client address for %a; use it in common/combined logs.
LogFormat "%a %l %u %t \"%r\" %>s %b" common
LogFormat "%a %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-agent}i\"" combined