configuring NGINX to support HTTP/2 & HSTS

Using HTTP/2 and strict transport security is no more a recommended scenario but a mandatory requirement now. HSTS aka HTTP Strict Transport Security, SNI and higher bit length for key exchange security is supported by all modern browsers, say 4096 – bit Diffie–Hellman–Merkle algorithm. ie to establish secure connection between the web clients and the servers, the…

Virtualmin for cPanel users

We started using Virtualmin (webmin module to manage virtual hosts, domains etc) along with cPanel. There were few changes and bottlenecks we faced. This is a post to list down tips and tricks. We will be using NGNIX for web server and MySQL for database. Fail2ban is used to secure the system along with few…