Skip to content

Commit 0278c62

Browse files
committed
minor #8930 Update file_permissions.rst (axzx)
This PR was merged into the 4.0 branch. Discussion ---------- Update file_permissions.rst change web directory to public Commits ------- 2eb9afe Update file_permissions.rst
2 parents bcf0b5b + 2eb9afe commit 0278c62

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)