We have one server and we have two python app work by uwsgi and we want use
Nginx for serve these applications and other users can use these two python
applications.

these two python application start on server by this command

/home/admin/aaa/aaa_en//bin/uwsgi --ini aaa.ini
and 
 
/home/admin/bbb/bbb_env/bin/uwsgi --ini bbb.ini

I want config my NGINX server these applications

I want bbb application use port 8888 and aaa application use port 7777

right now uwsi server these applications and I want ngnx server these
applications

Posted at Nginx Forum: 
https://forum.nginx.org/read.php?2,295844,295844#msg-295844

_______________________________________________
nginx mailing list -- nginx@nginx.org
To unsubscribe send an email to nginx-le...@nginx.org

Reply via email to