Two python app, uwsgi, one IP, nginx
mfaridi
nginx-forum at forum.nginx.org
Mon Nov 21 11:20:33 UTC 2022
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
More information about the nginx
mailing list