Update load-balancer.conf

master
Lukas Schulz 2020-07-25 16:43:11 +02:00
parent 7508056f70
commit 56a3fce280
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ events {
http {
split_clients "${remote_addr}" $cdnhosts {
50% "cdn-node1.domain.tld";
50% "cdn-node2.domain.tld0";
50% "cdn-node2.domain.tld";
}
server {
listen 8080;