Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

nginx fails to start [closed]

Tags:

nginx

We are running into the following error when we try to start Nginx (on Ubuntu) "" Starting nginx "/usr/local/nginx/on" "No such file or directory" ""

It started showing up all of a sudden.

Did anyone run into this scenario? Any pointers?

Thanks in advance

like image 417
Think Floyd Avatar asked Oct 18 '25 15:10

Think Floyd


1 Answers

The problem here is probably that you a something like access_log on; in one of your config-files. Just change on to the path/to/your/logfile :)

like image 63
optikfluffel Avatar answered Oct 21 '25 10:10

optikfluffel