Posts tagged as web server
Add HTTP/2 and HSTS to your Nginx site
📆2018-11-27🍱server
HTTP/2 has only been out a for a few years but it is certainly time to activate it on your sites now. Compared to the old HTTP 1.1 there are many pros. Requests are downloaded parallel instead of in a queue, greatly improving speed and…
Add HTTPS to Nginx blocks with Let's Encrypt
📆2018-11-19🍱server
Browsing the web unencrypted with only HTTP is not recommended anymore and Google recently started to mark all sites without SSL as “not secure” in their browser Chrome. Adding a certificate to your site used to cost money and often meant a…
How to install Nginx and add server blocks
📆2018-11-11🍱server
If you’ve been working with web servers for a while you’ve probably heard about Apache. It was pretty much the default solution when setting up a new site on a self hosted server a while back. The classic LAMP stack , an acronym for Linux…