CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2021/10/31 00:45:40
Modified files:
www/nginx : Makefile
www/nginx/pkg : nginx.rc
Log message:
revert previous change in -current as well until we come up with a good
solution;
Sending SIGQUIT to nginx will do a graceful shutdown, which can take up
to several minutes until all the connections are closed and nginx will
not accept any connections during this time.
The other problem is that doing a service restart will end up in a timeout
and the actual restart of the service will never happen because stopping
the service has "failed"