April 25, 2013 03:15AM
upstream name should be unique per entire config, you could name it in nginx.conf and than reference to its name from different your includes.
like:
upstream loadbalancer {
server 192.168.0.1:8080;
server 192.168.0.2:8080;
server 192.168.0.3:8080;
server 192.168.0.4:8080;
}

than in certain location (in included file for example)
proxy_pass http://loadbalancer;
Subject Author Posted

Include additional files

Jörg Kastning April 25, 2013 03:10AM

Re: Include additional files

motto April 25, 2013 03:15AM

Re: Include additional files

Jörg Kastning April 26, 2013 01:48AM

Re: Include additional files

mex April 26, 2013 02:05AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 307
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready