How to setup the Nginx web server on Ubuntu 18.04 Bionic Beaver Linux - LinuxConfig.org

In this tutorial we will see how to install and configure the Nginx web server on Ubuntu 18.04 Bionic Beaver.


This is a companion discussion topic for the original entry at https://linuxconfig.org/how-to-setup-the-nginx-web-server-on-ubuntu-18-04-bionic-beaver-linux

Hi there !

I think there is a little error in the command line for installing certbot.

The command in the article is :

sudo apt-get update && apt-get install certbot python-certbot-nginx

And should be :

sudo apt-get update && sudo apt-get install certbot python-certbot-nginx 

Thanks,