what is the correct procedure for asking nginx to reload the
configuration files?
and on that note, what is the procedure for restarting nginx to give me
a chance to rotate the log files once a day? something similar to an
“apachectl graceful”.
what is the correct procedure for asking nginx to reload the configuration
files?
kill -HUP cat $PIDFILE
and on that note, what is the procedure for restarting nginx to give me a
chance to rotate the log files once a day? something similar to an
“apachectl graceful”.
hm… HM… … HM…
-jf
–
In the meantime, here is your PSA:
“It’s so hard to write a graphics driver that open-sourcing it would not
help.”
– Andrew Fear, Software Product Manager, NVIDIA Corporation
On Tue, Jun 24, 2008 at 09:19:16AM +0100, Alan W. wrote:
what is the correct procedure for asking nginx to reload the
configuration files?
-HUP
and on that note, what is the procedure for restarting nginx to give me
a chance to rotate the log files once a day? something similar to an
“apachectl graceful”.
Yes, but for instance log rotation you should use -USR1
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.