Categories
Nginx Linux

How to Update Nginx MIME Types in 2 Steps

Nginx can recognize different content types through a predefined MIME type list. Your Nginx MIME types might be outdated if you install Nginx using your system package system, e.g., apt install nginx on Ubuntu/Debian or yum on CentOS. Using apt or yum to install packages are very easy and, more importantly, you will get security […]

Categories
Nginx Linux

How to enable Nginx HTTPS on Raspbian (Raspberry PI)

HTTPS, the secure version of HTTP, becomes mandatory for websites/apps. HTTPS certificate used to cost money, but now it’s free thanks to Let’s Encrypt. Enables HTTPS is very simple as well. It only takes 2 steps. Note that this post also applies to Ubuntu and Debian. Install certbot certbot is the commandline tool for Let’s […]