Nginx proxy http PUT chunked to apache

倾然丶 夕夏残阳落幕 提交于 2019-12-08 05:22:58

问题


Nginx doesn't support chunked requests so i'm tryping to proxy my PUT request to apache, but it seems nginx blocks and sends 411 error even when proxying. Any way I can get nginx to send those requests to apache untouched, as is?


回答1:


Seems like this could be an option, although not a nice one: http://wiki.nginx.org/NginxHttpChunkinModule



来源:https://stackoverflow.com/questions/2304152/nginx-proxy-http-put-chunked-to-apache

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!