My mistake: I forgot to add a "/" in the paths:

>=========== my app.ini
>[uwsgi]
>workdir = /tmp/uwsgi-2.0.3
>ipaddress = 0.0.0.0
>...
>daemonize = %(workdir)uwsgi.log
>pidfile = %(workdir)uwsgi.pid

Changed to:
daemonize = %(workdir)/uwsgi.log
pidfile = %(workdir)/uwsgi.pid


Works fine now. Thank you.

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

Reply via email to