location /gm {
         root html;
         proxy_pass http://localhost:8080/gm;
         proxy_set_header Host $host;
         proxy_set_header X-Real-IP  $remote_addr;
         proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
         client_max_body_size 100m;
         index index.html index.htm;
}

 

相关文章:

  • 2021-09-28
  • 2021-09-01
  • 2022-12-23
  • 2021-08-29
  • 2022-12-23
  • 2021-09-11
  • 2021-12-13
  • 2022-12-23
猜你喜欢
  • 2021-11-19
  • 2021-10-17
  • 2022-12-23
  • 2021-09-26
  • 2022-01-02
  • 2021-06-01
相关资源
相似解决方案