nginx就会以null / empty响应进行响应。我已经用Google搜索了几个小时,并尝试了一下,但似乎没有任何效果。我正在使用Restlet Client Chrome扩展程序来调用rest服务。
我已将以下内容添加到nginx.conf文件
keepalive_timeout 65;
send_timeout 65;
gzip on;
gzip_types text/plain text/css application/json application/x-javascript text/xml application/xml application/xml+rss text/javascript;
并遵循conf.d / app.conf
proxy_read_timeout 300;
proxy_connect_timeout 300;
proxy_redirect off;
proxy_buffer_size 8k;
proxy_buffering on;
proxy_buffers 8 8k;
proxy_busy_buffers_size 16k;
nginx日志中没有错误,也没有异常