16 lines
488 B
Plaintext
16 lines
488 B
Plaintext
|
<IfModule rpaf_module>
|
||
|
RPAFenable On
|
||
|
|
||
|
# When enabled, take the incoming X-Host header and
|
||
|
# update the virtualhost settings accordingly:
|
||
|
RPAFsethostname On
|
||
|
|
||
|
# Define which IP's are your frontend proxies that sends
|
||
|
# the correct X-Forwarded-For headers:
|
||
|
RPAFproxy_ips 127.0.0.1 ::1 10.42.0.0/16 192.168.64.0/24
|
||
|
|
||
|
# Change the header name to parse from the default
|
||
|
# X-Forwarded-For to something of your choice:
|
||
|
RPAFheader X-Forwarded-For
|
||
|
</IfModule>
|