【发布时间】:2018-01-19 20:57:17
【问题描述】:
我将 NGINX 用作缓存引擎,并且可以确认页面正在被缓存以及从缓存中提供服务。但是错误日志中充满了这个错误:
2018/01/19 15:47:19 [暴击] 107040#107040: *26 chmod() “/etc/nginx/cache/nginx3/c0/1d/61/ddd044c02503927401358a6d72611dc0.0000000007” 读取上游时失败(1:不允许操作),客户端: xx.xx.xx.xx,服务器:*.---.com,请求:“GET /support/applications/ HTTP/1.1", 上游: "http://xx.xx.xx.xx:80/support/applications/", 主机:“---.com”
由于 NGINX 正在工作,我不太确定这个错误的根源是什么。这些错误可以安全地忽略吗?
【问题讨论】:
标签: nginx