I am using easyengine and suddenly nginx is not reloading. I went to the log and nginx -t, its saying nginx: [emerg] unknown "root" variable and it failed to test. My sites are down. Is there anyone to help?
Asked
Active
Viewed 850 times
1
-
Whole stackoverflow comes to the rescue.But you need at least share your nginx.conf – Alex C May 26 '18 at 15:21
-
It looks like you have a variable called `$root` which has not been defined. – Richard Smith May 26 '18 at 16:01