Hi, I am sending QUIT signal to master process and it is terminating nginx also, but I am not able to get any logs for to verify for gracefully exit.
I am using debug log level in http context as mentioned below. error_log /etc/nginx/logs/ferror.log debug; Sending signal to the NGINX master process by: kill -QUIT $( cat /usr/local/nginx/logs/nginx.pid ) Can anybody please let me know how to get signal handling logs. Thanks, Kunal Posted at Nginx Forum: https://forum.nginx.org/read.php?2,279914,279914#msg-279914 _______________________________________________ nginx mailing list [email protected] http://mailman.nginx.org/mailman/listinfo/nginx
