Il y a un utilisateur nommé worker dans centos, alors configurez-le dans la configuration de nginx.conf
user worker;
server{
location: /static/{
root /home/worker;
}
}
Mais après l'exécution, l'accès à 127.0.0.1/static/test.html signale toujours des problèmes d'autorisation
2015/02/19 01:45:42 [error] 3634#0: *open()"/home/worker/static/test.html" failed (13: Permission denied),
Comment nginx doit-il être configuré
欢迎选择我的课程,让我们一起见证您的进步~~