Need Help about useing Nginx with UWSGI

Roberto De Ioris roberto at unbit.it
Sat Oct 24 12:20:42 UTC 2015


> Debug on test environment.  If I can not access an URI of my app,  Then I
> can try to access uwsgi server port directly to get rid of the possibility
> that my nginx configuration problem.  But UWSGI processes can only start
> as one protocol server,  and I can not find any plugin for browsers that
> support the uwsgi protocol.  So I would like to deploy the app on test
> environment with direct http protocol.   On my test environment,  the
> efficiency is not the most important.
>


You can bind uWSGI to different ports with different protocols, just use
--http-socket instead of --socket (or specify both on different ports)

>
-- 
Roberto De Ioris
http://unbit.com



More information about the nginx mailing list