Nginx – Add a domain – Centos 7 Posted on January 28, 2018 by nikkonlp 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