Skip to content

Commit 2eb9afe

Browse files
authored
Update file_permissions.rst
1 parent 600f5ae commit 2eb9afe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/file_permissions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Setting up or Fixing File Permissions
44
In Symfony 3.x, you needed to do some extra work to make sure that your cache directory
55
was writable. But that is no longer true! In Symfony 4, everything works automatically:
66

7-
* In the ``dev`` environment, ``umask()`` is used in ``bin/console`` and ``web/index.php``
7+
* In the ``dev`` environment, ``umask()`` is used in ``bin/console`` and ``public/index.php``
88
so that any created files are writable by everyone.
99

1010
* In the ``prod`` environment (i.e. when ``APP_ENV`` is ``prod`` and ``APP_DEBUG``

0 commit comments

Comments
 (0)