Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - CyberCr33p

Pages: [1]
1
How to / Re: Mitigate Layer7 HTTP Flood with Nginx+Fail2ban in CWP
« on: August 03, 2017, 09:38:31 AM »
it works even when you turn on varnish

just add "set_real_ip_from   SERVERIP;" to your nginx.conf

It will only work if you have varnish on the same server. Because if you use varnish in different server the connections are made from varnish server IP, so blocking the real visitor ip makes no sense.

Pages: [1]