Tag Archives: reload

Nginx can’t successfully reload

Nginx could not reload smoothly
A problem with Nginx being unable to dynamically hot reload was encountered
The daemon and master processes were shut down for debugging purposes before being discovered

daemon off;
master_process off; 

This causes the reload management to fail

#daemon off;
#master_process off; 

Comment out and it’s OK.