When you've recently upgraded your Nginx to version 1.25, you might notice that Nginx has altered the HTTP module. One significant change is the depreciation of the additional HTTP2 parameter on the "listen" directive.…
If you receive a lot of failed SSL from an error log on your Nginx server, you probably recently migrated into a new server and uses the previous SSL certificate which is fine. But…
Finding resources for setting up Nginx' staging and production server is either none to nothing or a solution that somehow bloated your server. Looking for resources that allows you to serve both staged and…
Currently, there are three protocol used in today's web browser, the first one is the http/1, followed with http/2 and the upcoming protocol, the http/3. The latter is quite promising as it improves the…
If you recently enabled the OCSP SSL stapling in your NGINX, you probably using localhost 127.0.0.1 as a DNS resolver for it. But using applying it to your server, you've got an message on…
If you're tired of putting a password everything you login via SSH into your server via ssh root@your_server, there are ways to automatically login to your server without requiring you input a password. This…
So far, the best jpeg compression available today is from Mozzila, the Mozjpeg. It is also the most up to date, the compression quality of using mozjpeg is similar to the original even lowering…
If you're curious on how the OCSP stapling really works on your website, you come to a point that you do a lot of research before implementing in on your production. Let's say you…
When you try building up MySQL Cluster and installed the MySQL Management Server to your database server. When running a command ndb_mgm -e show, you'll notice that the API is not connected and when…
If you recently installed MySQL server in DigitalOcean or Upcloud and you use TablePlus on connecting to the server. You probably get an error message that says "Driver Error, Can't connect to MySQL server…