> example.com.ini:
> [uwsgi]
> uid =  www-data
> gid = www-data
> master
> master-as-root
> no-orphans
> chmod = 666
> home = /var/www/%n
> pythonpath = /var/www/%n
> chdir = /var/www/%n/wallp
> daemonize = /var/log/uwsgi/%n.log


Do not daemonize, otherwise the emperor will lose "parentship"
with vassals.

I will fix the code to forbid daemonizing in vassals.

Change

daemonize = /var/log/uwsgi/%n.log

to

logto = /var/log/uwsgi/%n.log



-- 
Roberto De Ioris
http://unbit.it
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to