*** This guide assumes you already have your CSR and SSL certificate. Instructions to generate both will be added at a later time. 1. Make a backup of your configuration file cp /etc/nginx/conf.d/linu...Read More
1. Create a new directory for the domain mkdir /usr/share/nginx/linux.com/ 2. Create a new configuration file for the domain vim /etc/nginx/conf.d/linux.com.conf 3. Add in the following contents ## Vi...Read More