前端js文件突然加载失效查看浏览器console显示错误net::ERR_INCOMPLETE_CHUNKED_ENCODING
google后可能应为 输出代理文件大小超过配置proxy_temp_file_write_size时候,nginx会将文件写入到临时目录下。如果没有权限,chrom就会直接failed而不输出东西
查看nginx error.log
2019/09/25 15:21:28 [crit] 3269#3269: *202613489 pwritev() “/var/cache/nginx/proxy_temp/3/66/0000177663″ failed (28: No space left on device) while reading upstream, client: 61.158.152.7, server: api………..
发现原来是没有磁盘空间了,释放空间后显示正常
Check Also
php redis spop false
问题描述: 从脚本机2 切换到 ...