Running multiple django project on same ubuntu instance using nginx as a proxy server, nginx is forwarding some requests from one domain to wrong port
问题 I want to run three subdomains on the same server and the same service in a different folder all this are Django service. bellow is the Nginx conf file I am trying to run request-micro service on the same server with a different domains and different folders. I am already running two test server domain on 2732 port in "home/user/test/" folder and its running fine, Now I am trying to run dev server on 2742 port in different directory "/home/user/dev/" but some times the test server requests