MAC -通过本地配置nginx ,访问静态文件403权限问题 2020-05-06 本文已影响0人 天泽_ 一般nginx的安装配置文件 nginx.conf 头部默认 #user nobody; 将这个注释改为 user root owner; 重启nginx服务,即可正常访问