location ^~ /atssa/ {

        if ($arg_version = 5800) {
           proxy_pass http://10.0.0.100:6500;
        }
        if ($cookie_xAppInfo ~ ^5800) {
           proxy_pass http://10.0.0.100:6500;
        }

 

相关文章:

  • 2022-12-23
  • 2021-08-21
  • 2021-10-03
  • 2021-11-03
  • 2021-09-11
  • 2022-12-23
猜你喜欢
  • 2022-02-09
  • 2022-12-23
  • 2021-12-30
  • 2022-01-24
  • 2021-11-27
  • 2022-02-08
  • 2022-12-23
相关资源
相似解决方案