首页 > 代码库 > nginx 偶发 403原因

nginx 偶发 403原因

 

观察errorlog 日志 是否存在类似错误 [error] 12788#0: *322 connection is denied by policyframe[return code:8],

观察是否开启 nginx  policy_frame  , 配置项policy_frame on

关闭配置文件 policy_frame off 

 

http://blog.csdn.net/denieljean/article/details/10335259

nginx 偶发 403原因