cdn-loadbalancer: fix nginx split_clients

keep-around/cdb4b33ce92bf83e6bf336678bacead0ce4bb5ef
hexchen 2020-11-29 03:03:47 +00:00
parent 94859c0dbb
commit e792c2b1c1
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@
enableACME = true;
};
appendHttpConfig = ''
split_clients "$\{remote_addr\}" $cdnhosts {
split_clients "$remote_addr" $cdnhosts {
50% "cdn-node-1.live.hacc.media";
50% "cdn-node-2.live.hacc.media";
}