Symptoms
You may find that .htaccess allows and denies for IPs work under Apache but not under Nginx with Reverse Proxy (ea-nginx).
Description
This may be due to mod_remoteip not being set up for Apache, causing all proxied connections to appear to be coming from the server's own IP.
Workaround
Apache will need mod_remoteip installed and configured to properly translate the visitor IP from the Nginx proxy header. 127.0.0.1 will need to be included in the RemoteIPTrustedProxy setting.
Comments
0 comments
Article is closed for comments.