Update load-balancer.conf
This commit is contained in:
parent
7508056f70
commit
56a3fce280
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ events {
|
||||||
http {
|
http {
|
||||||
split_clients "${remote_addr}" $cdnhosts {
|
split_clients "${remote_addr}" $cdnhosts {
|
||||||
50% "cdn-node1.domain.tld";
|
50% "cdn-node1.domain.tld";
|
||||||
50% "cdn-node2.domain.tld0";
|
50% "cdn-node2.domain.tld";
|
||||||
}
|
}
|
||||||
server {
|
server {
|
||||||
listen 8080;
|
listen 8080;
|
||||||
|
|
Loading…
Reference in a new issue