Will be more than the.net core MVC project deployment in a Windows service, How to use a port, Different virtual paths, Instead of a port, a project As the iis default is 8080, but different projects can use the name to distinguish between different applications
CodePudding user response:
Take the project to a different path, nginx, for example,
The location/ { Proxy_pass http://localhost:8081; }
The location/app2 { Proxy_pass http://localhost:8082; }