yes the output of the test is:
nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
nginx: configuration file /etc/nginx/nginx.conf test is successful
but when I'm trying to run `sudo -nginx -s reload` I got this error:
nginx: [error] invalid PID number "" in "/run/nginx.pid"
I actually have this entry in /etc/nginx/nginx.conf this file exists but it is empty
How it can be solved?
nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
nginx: configuration file /etc/nginx/nginx.conf test is successful
but when I'm trying to run `sudo -nginx -s reload` I got this error:
nginx: [error] invalid PID number "" in "/run/nginx.pid"
I actually have this entry in /etc/nginx/nginx.conf this file exists but it is empty
How it can be solved?