Ruby Forum NGINX > running nginx in the foreground

Posted by Joe Williams (zeusfaber)
on 07.05.2008 17:55
(Received via mailing list)
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
(Received via mailing list)
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
(Received via mailing list)
Thanks, that worked.

-joe