location  / {
         proxy_redirect off;
         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 50m;
         client_body_buffer_size 256k;
         proxy_http_version 1.1;
         proxy_pass http://1.2.3.4:8080;
        }

  

相关文章:

  • 2022-12-23
  • 2022-03-04
  • 2021-08-06
  • 2022-12-23
  • 2021-11-23
  • 2021-08-30
  • 2021-09-12
猜你喜欢
  • 2021-12-31
  • 2021-11-19
  • 2021-11-23
  • 2022-02-17
相关资源
相似解决方案