Home > front end >  Load balancing can nginx configuration project level
Load balancing can nginx configuration project level

Time:09-16

Ask a question of nginx, nginx upstream can configure different IP/address/port of load balancing,
Nginx can realize different projects under the same port of load balancing?
Two services such as:
1. 127.0.0.1:8001/user1
2. 127.0.0.1:8001/user2
Request for API - url/user
Nginx realization of load balancing these two services/project?
At present there are two Server configuration, see online, listening to the same port, but no similar configuration, see the website is not clear that what strategies,
  • Related