8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06194ca commit b0e109dCopy full SHA for b0e109d
setup/file_permissions.rst
@@ -54,7 +54,9 @@ following script to determine your web server user and grant the needed permissi
54
$ sudo setfacl -dR -m u:"$HTTPDUSER":rwX -m u:`whoami`:rwX app/cache app/logs
55
56
.. note::
57
-
+ The first setfacl deals with setting permissions on the currently exisitng files and folders, 531E code>
58
+ while the second line results in setting permissions for future files and folders.
59
+ Both of these setfacl commands assign permissions for the system user and the apache user
60
setfacl isn't available on NFS mount points. However, storing cache and logs
61
over NFS is strongly discouraged for performance reasons.
62
0 commit comments