我如何挂载一个wp内容文件夹(wordpress),使权限保持在适当的位置,并且web服务器可以从子目录服务这些文件?
我所面对的问题是:
gcsfuse bucketname /var/www/html/wp-content bucketname /var/www/html/wp-content gcsfuse rw,uid=1001,gid=33 发布于 2018-08-01 08:37:33
首先,您需要确保/etc/fuse.conf文件中的"user_allow_other“行没有注释。
然后使用--dir-模式和选项allow_other挂载:
gcsfuse --dir-mode "777" -o allow_other bucket-name mountinghttps://serverfault.com/questions/913298
复制相似问题