Skip to content

Commit d6456ad

Browse files
committed
Update dir permissions to reflect var being writable
1 parent f18a1aa commit d6456ad

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

book/installation.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -220,10 +220,10 @@ If there are any issues, correct them now before moving on.
220220

221221
.. sidebar:: Setting up Permissions
222222

223-
One common issue when installing Symfony is that the ``var/cache``, ``var/logs``
224-
and ``var/sessions`` directories must be writable both by the web server and
225-
the command line user. On a UNIX system, if your web server user is different
226-
from your command line user, you can try one of the following solutions.
223+
One common issue when installing Symfony is that the ``var`` directory must
224+
be writable both by the web server and the command line user. On a UNIX
225+
system, if your web server user is different from your command line user
226+
who owns the files, you can try one of the following solutions.
227227

228228
**1. Use the same user for the CLI and the web server**
229229

0 commit comments

Comments
 (0)