1
Web Proxy Filtering and Caching / Re: Nginx as reverse proxy
« on: December 25, 2018, 05:46:18 am »You probably have set up a load balancer setup because if I understand that correctly, you have multiple servers in your upstream. All servers in your upstream must behave exactly the same way (and the servers must be able to serve all pages if needed if you group then in an upstream).
I do have multiple servers, but they serve separate content. How do I set this up and not load balance?
As an example setup
Server 1 needs access to port 80/443 for a wordpress site and port 8080 for an admin panel
Server 2 needs access to port 80/443 for a moodle site and port 57362 for database management.