June 2016
Beginner
456 pages
9h 31m
English
In this recipe, we will learn how to enable HTTPs communication on the Nginx server.
You will need access to a root account or an account with sudo privileges.
Follow these steps to set HTTPs on Nginx:
$ sudo mkdir -p /etc/nginx/ssl/example.com
$ sudo nano /etc/nginx/sites-available/example.com ...Read now
Unlock full access