某些静态文件无法正确加载浏览器。我看到ERR_CONTENT_LENGTH_MISMATCH状态。我正在使用带有Nginx代理的tomcat服务器。这是我在日志2018/08/06 13:19:14 [crit] 19272#19272: *164 open() "/var/cache/nginx/proxy_temp/6/01/0000000016" failed (13: Permission denied) while reading upstream,
该如何解决?
答案 0 :(得分:1)
将SSL缓冲区的大小减小到4k:
char (*array_ptr)[3] = platinum->array;
文档:https://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_buffer_size
在我的项目中,由于openssl库内部错误,浏览器中出现了错误ssl_buffer_size 4k;
。
biginteger库错误。减少缓冲帮助了我。