Skip to content

Commit 56746dc

Browse files
javiereguiluzxabbuh
authored andcommitted
Minor fix and rewording
1 parent b0e109d commit 56746dc

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

setup/file_permissions.rst

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,14 @@ following script to determine your web server user and grant the needed permissi
5454
$ sudo setfacl -dR -m u:"$HTTPDUSER":rwX -m u:`whoami`:rwX app/cache app/logs
5555
5656
.. note::
57-
The first setfacl deals with setting permissions on the currently exisitng files and folders,
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.
57+
58+
  The first ``setfacl`` command sets permissions on the existing files and
59+
folders, while the second one sets permissions for future files and folders.
60+
Both of these commands assign permissions for the system user and the Apache
61+
user.
62+
63+
``setfacl`` isn't available on NFS mount points. However, storing cache and
64+
logs over NFS is strongly discouraged for performance reasons.
6265

6366
4. Without Using ACL
6467
~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)