wuliws 发表于 2018-11-10 13:59:59

nginx对根据ip尾数转发分流

if ( $remote_addr ~* ^(.*)\.(.*)\.(.*)\.(.*)$){  proxy_pass http://upstream-2;
  break;
  }

页: [1]
查看完整版本: nginx对根据ip尾数转发分流