nginx 403 Forbidden
更新:HHH   时间:2023-1-7


访问自己设置的目录时,出现

nginx  403 Forbiddeny

解决方案:

在nginx.conf[]配置文件首行添加:

user root;

完美解决

返回建站服务器教程...