I've run through the puPHPet creation of a manifest (using Vagrant and Puppet) - anyway, my question is sort of basic, I hope:
I'm running nginx version: nginx/1.4.5 and I can't seem to locate where my sites-available directory is. I checked /etc/nginx and all that is there is (ls -a /etc/nginx):
./ ../ conf.d/ conf.mail.d/ fastcgi_params koi-utf koi-win mime.types nginx.conf scgi_params uwsgi_params win-utf
My other concern is that my root directory is in /var/www/project-name, not /var/ww/html -- but I'm assuming that by editing my sites-available/project-name (when I find it) can take care of that for me?
I'm new to nginx and I build WordPress sites -- so I'm moving from Apache to nginx. Any help is greatly appreciated!
I'm running nginx version: nginx/1.4.5 and I can't seem to locate where my sites-available directory is. I checked /etc/nginx and all that is there is (ls -a /etc/nginx):
./ ../ conf.d/ conf.mail.d/ fastcgi_params koi-utf koi-win mime.types nginx.conf scgi_params uwsgi_params win-utf
My other concern is that my root directory is in /var/www/project-name, not /var/ww/html -- but I'm assuming that by editing my sites-available/project-name (when I find it) can take care of that for me?
I'm new to nginx and I build WordPress sites -- so I'm moving from Apache to nginx. Any help is greatly appreciated!