resolver 219.149.194.55;




        location ^~ /bigdata
        {
          proxy_set_header Host $host;
          proxy_set_header X-Real-IP $remote_addr;
          proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
          proxy_pass http://114.115.171.119/bigdata/;
        }



          

相关文章:

  • 2022-12-23
  • 2021-09-18
  • 2022-12-23
  • 2021-10-18
  • 2021-07-13
  • 2021-05-25
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-12-18
  • 2022-12-23
  • 2022-01-07
  • 2022-12-23
  • 2021-07-28
  • 2021-09-07
相关资源
相似解决方案