Information Technology Grimoire

Version .0.0.1

IT Notes from various projects because I forget, and hopefully they help you too.

NGINX

NGINX

Sites Available are your actual configs

(1:549)# ls -alF /etc/nginx/sites-available/
total 12
drwxr-xr-x 2 root root 4096 Sep 25 23:20 ./
drwxr-xr-x 8 root root 4096 Sep 25 22:55 ../
-rw-r--r-- 1 root root 2255 Sep 25 23:20 hosts.jamesfraze.com.conf
(1:550)# ls -alF /etc/nginx/sites-enabled/
total 8
drwxr-xr-x 2 root root 4096 Sep 25 22:42 ./
drwxr-xr-x 8 root root 4096 Sep 25 22:55 ../
lrwxrwxrwx 1 root root   52 Sep 25 20:25 hosts.jamesfraze.com.conf -> /etc/nginx/sites-available/hosts.jamesfraze.com.conf

Articles, Tips, Tricks in the NGINX Category: