Discussion:
[Supervisor-users] supervisor and nginx issue
Doom.zhou
2014-02-17 08:56:04 UTC
Permalink
hi all:
I use supervisor manager postgres with
command`/opt/nginx156/sbin/nginx` it's daemon running ,isnot it ? reference

why it's tell me `exit status 1; not expected` can supervisor manager
nginx like apache `command=/path/to/httpd -c "ErrorLog /dev/stdout"
-DFOREGROUND`


thanks
doom.zhou
Jens Rantil
2014-02-23 19:35:44 UTC
Permalink
Hi Doom,

I can't seem to comprehend your e-mail. What does Postgres have to do with
nginx?

Cheers,
Jens
Post by Doom.zhou
I use supervisor manager postgres with
command`/opt/nginx156/sbin/nginx` it's daemon running ,isnot it ? reference
why it's tell me `exit status 1; not expected` can supervisor manager
nginx like apache `command=/path/to/httpd -c "ErrorLog /dev/stdout"
-DFOREGROUND`
thanks
doom.zhou
_______________________________________________
Supervisor-users mailing list
https://lists.supervisord.org/mailman/listinfo/supervisor-users
Laurence Rowe
2014-02-23 19:41:18 UTC
Permalink
You must configure nginx with "daemon off;" under supervisor. See:
http://wiki.nginx.org/CoreModule#daemon

Laurence
Post by Doom.zhou
I use supervisor manager postgres with
command`/opt/nginx156/sbin/nginx` it's daemon running ,isnot it ? reference
why it's tell me `exit status 1; not expected` can supervisor manager
nginx like apache `command=/path/to/httpd -c "ErrorLog /dev/stdout"
-DFOREGROUND`
thanks
doom.zhou
_______________________________________________
Supervisor-users mailing list
https://lists.supervisord.org/mailman/listinfo/supervisor-users
Loading...