vhost-stack/etc/apache2/mods-available/remoteip.conf
Matthew Saunders Brown 4226322936 initial commit
2021-04-04 13:28:22 -07:00

5 lines
113 B
Plaintext

<IfModule mod_remoteip.c>
RemoteIPHeader X-Forwarded-For
RemoteIPInternalProxy 127.0.0.1
</IfModule>