今天在mac里配置nginx,通过localhost访问html的时候,出现access denied的提示。
解决方案
修改nginx.conf
添加用户 user 【用户名】【用户组】
sudo nginx -t
sudo nginx -s reload
如何查看用户名 whoami
如何查看用户组 id 【用户id】
今天在mac里配置nginx,通过localhost访问html的时候,出现access denied的提示。
解决方案
修改nginx.conf
添加用户 user 【用户名】【用户组】
sudo nginx -t
sudo nginx -s reload
如何查看用户名 whoami
如何查看用户组 id 【用户id】
本文标题:mac nginx 访问 html access denied
本文链接:https://www.haomeiwen.com/subject/siuxcftx.html
网友评论