Hello,

> [uwsgi]
> ...
> socket=127.0.0.1:8000

Is there any web server in the front of the uwsgi? If this is nginx,
are you sure you are using "uwsgi_pass" instead of, for example,
"proxy_pass"?


Could you replace socket= with http-socket= and query it with curl, like that?

curl -v http://127.0.0.1:8000/benchmark

-- 
Krzysztof Warzecha
_______________________________________________
uWSGI mailing list
uWSGI@lists.unbit.it
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to