Integration with Nginx: Banning NOT functional
-
We have used your plugin on apache sites where the apache process can dynamically read changes in the .htaccess file. This works well. But on Nginx, your plugin writes to a nginx.conf file in the virtual servers public_html folder. This requires that you do an include from the sites-available/[virtual-server].conf file. (not a big deal, but undocumented step)
The problem/issue comes from the fact that Nginx does not parse these files dynamically. Meaning that after a change, you have to specifically reload Nginx to see the changes. For example, when banning a user for a brute force attack, your plugin writes a deny line in the /virtual-server/public_html/nginx.conf file. But this change is not picked up until you reload Nginx. So the attack continues unabated.
Are there any plans to address this?
- The topic ‘Integration with Nginx: Banning NOT functional’ is closed to new replies.