mitchellkrogza / nginx-ultimate-bad-bot-blocker

Nginx Block Bad Bots, Spam Referrer Blocker, Vulnerability Scanners, User-Agents, Malware, Adware, Ransomware, Malicious Sites, with anti-DDOS, Wordpress Theme Detector Blocking and Fail2Ban Jail for Repeat Offenders
Other
3.98k stars 478 forks source link

Connection was reset #187

Closed minimaluminium closed 6 years ago

minimaluminium commented 6 years ago

Getting "Connection was reset" on http://preview.themeforest.net/item/bokeh-photography-portfolio-theme-for-wordpress/full_screen_preview/20630093

But not getting any on http://bokeh.mondotheme.com/

Could this be related with bot blocker? The first one is showing the second URL in iFrame.

mitchellkrogza commented 6 years ago

The blocker won't affect loading of iframes content but not to say that maybe a false positive is being triggered. Can you monitor your logs of the first site when that connection reset occurs. You need to monitor both your access and error log. What browser are you using and have you tested with another browser?

minimaluminium commented 6 years ago

I’ve tested on all major browsers including iOS Safari. What is the best way to uninstall the blocker? Can I assume that the blocker is disabled if I simply comment out the two lines added by the blocker in a vhost config file?

mitchellkrogza commented 6 years ago

Yes indeed just comment out the following two lines in any vhost to disable it.

        include /etc/nginx/bots.d/blockbots.conf;
        include /etc/nginx/bots.d/ddos.conf;

Don't forget to reload nginx nginx -t && nginx -s reload