nginx no deamon

Ruby ForumNGINX > running nginx in the foreground

Posted by  Joe Williams (zeusfaber
on 07.05.2008 17:55 
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
Posted by  Roxis (Guest) 
on 07.05.2008 18:28 
On Wednesday 07 May 2008, Joe Williams 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
Posted by  Joe Williams (zeusfaber
on 07.05.2008 18:48 
Thanks, that worked.

-joe

你可能感兴趣的:(nginx)