Closed lee586 closed 6 years ago
you can increase search word length or zone limit by default there is 3 letter
you can even just parse out the extra_protect.conf if you want to do that.
I definitely don't want to comment it out because it does provide a good safeguard against flooding, but I thought there could be a way to make localhost exempt from the zones.
The zones setup in extra_protect.conf prevent Magento's ajax function from doing searches on the fly. Nginx's error log is full of these errors:
I'm not a nginx pro, but is there a way to modify the .conf files to create a whitelist or exception for the localhost 127.0.0.1 so it doesn't get denied by the limit requests in extra_protect.conf?