国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

Permission issues regarding nginx in centos7
天蓬老師
天蓬老師 2017-05-16 17:25:17
0
1
712

There is a user named worker in centos, so configure it in the configuration of nginx.conf

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

But after running, accessing 127.0.0.1/static/test.html still reports permission issues

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

How should nginx be configured

天蓬老師
天蓬老師

歡迎選擇我的課程,讓我們一起見證您的進(jìn)步~~

reply all(1)
過去多啦不再A夢
user worker;
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template