sIl 08/02/2017 08:57, Gerhard Schmidt ha scritto:
Hi,
im quite new to uwsgi and try to set up multiple pyramid apps behind
nginx and uwsgi.
I've created the following ini file for the first app
[uwsgi]
chdir = /data/vvenv
paste = config:/data/vvenv/production.ini
http-socket = 0.0.0.0:8080
socket = /data/vvenv/var/uwsgi.sock
virtualenv = /data/vvenv
logto = /data/vvenv/logs/uwsgi.log
buffer-size = 32768
env = PYTHON_EGG_CACHE=/data/vvenv/var/egg_cache
gid = 80
uid = 80
When I start uwsig with --ini <pathtoconfig> the application is served.
[snip]
when i try to start it with --emperor <pathtoconfig> everything seams OK
but no request is served (timeout)
[snip]
what am I missing here.
You are missing it's not the emperor that is serving requests but are the
vassals. The documentation lacks the big picture but you'll probably find some
hints http://uwsgi-docs.readthedocs.io/en/latest/Emperor.html
--
Riccardo Magliocchetti
@rmistaken
http://menodizero.it
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi