nginx 操作不允许

nginx 操作不允许

上次重新加载 nginx 后出现错误nginx: [emerg] chown("/gypost/uploads/00", 1001) failed (1: Operation not permitted)

192.168.0.91:/gypost/mail/u
                      247G   17G  218G   7% /gypost/uploads

它是一个挂载目录

该客户的出口:

/gypost/mail/u  192.168.0.93(rw,insecure,nohide,sync,no_subtree_check,anonuid=1003,anongid=33,no_all_squash)

客户端中的 fstab:

192.168.0.91:/gypost/mail/u     /gypost/uploads         nfs     rw,auto         1       3

在 location nginx 块中:

upload_store /gypost/uploads/00;

几天前,它运行正常。问题出在哪里?

我找到了问题所在,为什么 nginx 无法 chown。在挂载点有几个文件具有权限 500(不知道它们来自哪里)。但为什么挂载发生在错误的用户下,我不明白(但这对我来说无关紧要)。

相关内容