vhost-stack/etc/apache2/mods-available/remoteip.conf

5 lines
113 B
Plaintext
Raw Permalink Normal View History

2021-04-04 13:28:22 -07:00
<IfModule mod_remoteip.c>
RemoteIPHeader X-Forwarded-For
RemoteIPInternalProxy 127.0.0.1
</IfModule>