Question
nginx load balancing for two servers host images
i want to user 3 servers.
server 1 for serve my application and handle load balancing
server 2 and 3 for host images.
Server 1
domain: example.com
Servers 2 & 3
server 2: image/img_1.jpg
server 3: image/img_2.jpg
i whant this image served like this.
example.com/image/img_1.jpg -> this from server 2
example.com/image/img_2.jpg -> this from server 3
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×