Hi,
I have added pid directive to nginx config.
Pid /home/ubuntu/ngx.pid
Nginx -t -c (conf) also succeeds.
However when I run nginx, and later try to stop it with nginx -s stop, I
get following error:
Open failed (2 No such file or directory,
/home/ubuntu/install/nginx/logs/nginx.pid
Please note that nginx is installed under /home/ubuntu/install
Is any other directive missing ?
Thanks in advance