搜索

首页  >  问答  >  正文

centos7中关于nginx的权限问题

在centos中有一个user名为worker,所以在nginx.conf的配置中配置

user worker;
server{
    location: /static/{
        root /home/worker;
    }
}

可是运行后,访问127.0.0.1/static/test.html,依然报错权限问题

2015/02/19 01:45:42 [error] 3634#0: *open()"/home/worker/static/test.html" failed (13: Permission denied),

nginx应该如何配置

天蓬老师天蓬老师2738 天前625

全部回复(1)我来回复

  • 过去多啦不再A梦

    过去多啦不再A梦2017-05-16 17:27:17

    雷雷

    回复
    0
  • 取消回复