7 lines
194 B
Plaintext
7 lines
194 B
Plaintext
# PROXY protocol ausgeschaltet (global)
|
|
<IfModule remoteip_module>
|
|
RemoteIPTrustedProxy aaaa:bbb:ccc:dddd::111
|
|
RemoteIPTrustedProxy aa.bb.cc.32
|
|
RemoteIPProxyProtocol Off
|
|
</IfModule>
|