Tagged: nginx

0

How To Install Nginx on Rocky Linux 9

Nginx is one of the most popular web servers in the world and is responsible for hosting some of the largest and highest-traffic sites on the internet. It is a lightweight choice that can...

0

How To Secure Nginx with Let’s Encrypt on Ubuntu 16.04

When I try to install Certbot for Nginx and run: sudo apt-get install python3-certbot-nginx I get: E: Package ‘python-certbot-nginx’ has no installation candidate How to install Certbot for Nginx? Resolved! Pre-requisite: Nginx is installed...