4038#4038: *3 upstream sent too big header while reading response header from upstream, client: ip, server: ****, request: "POST接口名 HTTP/1.1", upstream: "http://xxx/sso/doAuth", host: "
在线等有大佬知道吗?
相关问题
- How can I prevent my Shiny App from disconnecting
- Can't configure nginx as a proxy for tomcat wi
- How to set Nginx URI to fix empty URI in redirect
- why does connect domain to “Shopify” ask for eithe
- Nginx with Daphne gives 502 Bad Gateway
增大nginx配置文件中的 buffer相关参数值,例如:
proxy_buffer_size 128k;
proxy_buffers 32 32k;
proxy_busy_buffers_size 128k;
修复Nginx报错:upstream sent too big header while reading response header from upstream