Running nginx in the foreground

I have looked around of documentation on this but haven’t found any. Is
it possible to keep the nginx master process from going into the
background/damonizing when starting it? I would like to have it run in
the foreground rather than becoming a daemon.

Thanks.
-Joe

On Wednesday 07 May 2008, Joe W. wrote:

I have looked around of documentation on this but haven’t found any. Is
it possible to keep the nginx master process from going into the
background/damonizing when starting it? I would like to have it run in
the foreground rather than becoming a daemon.

daemon off

Thanks, that worked.

-joe