Simple fail2ban configuration
One of the simplest and most effective ways to protect your server against such malicious traffic is to automatically block any IP address that repeatedly generates 404 errors within a short period of time.
One of the simplest and most effective ways to protect your server against such malicious traffic is to automatically block any IP address that repeatedly generates 404 errors within a short period of time.
When designing RESTful APIs, we often focus on resources, endpoints, and HTTP verbs — but we tend to overlook one of the most powerful ideas that REST was built upon: hypermedia. This is where HATEOAS (Hypermedia as the Engine of Application State) comes in.
Since Let’s encrypt stared issueing free certificates in 2016 year, everyone have oportunity to have trusted domain without any costs.
Why doesn’t Varnish support SSL/TSL? This is a fact and there are many ways to handle this issue. If you want, it can be handled with NginX (as a TSL Terminatoin Proxy), in my opinion, Pound is a very good choice but not the only one. There are well-documended tutorials how to do this but I want to write about another problem witch, in my opinion, is not documented at all. How to redirect all requests to HTTP without an infinite loop?