I am setting up a slice on SliceHost
I am slowly getting the nginx setup.
However … I have this problem
nginx include /etc/nginx/sites-enabled/*; results in No such file or
directory)
I did a VERY basic setup to show a html only site with all the conf in
one file. That worked, so I know that nginx will work.
Now I am trying to setup to handle multiple sites. So I removed the
server conf out of the nginx.conf and put in the line
include /etc/nginx/sites-enabled/*;
I have created a link to the server file I want to use in
/etc/nginx/sites-available. ls -l directory shows it’s there
bartee@slice99999:/etc/nginx/sites-enabled$ ls -l
total 0
lrwxrwxrwx 1 root root 43 Mar 14 20:01 site.mysaw.rails ->
/etc/ngnix/sites-available/site.mysaw.rails
but I am getting this on startup
bartee@slice99999:~/sites/mysaw$ sudo /etc/init.d/nginx start
Starting nginx: 2009/03/14 20:16:30 [emerg] 17463#0: glob()
“/etc/nginx/sites-enabled/*†failed (2: No such file or directory) in
/etc/nginx/nginx.conf:59
any ideas ???