location /test/250/ {
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Host $http_host;
proxy_set_header X-Forwarded-Proto https;
proxy_redirect off;
proxy_connect_timeout 240;
proxy_send_timeout 240;
proxy_read_timeout 240;
client_max_body_size 500m;
proxy_pass http://10.0.67.176:8088/test/;
}
2334

被折叠的 条评论
为什么被折叠?



