Skip to content

Commit 327db54

Browse files
authored
adding details about 777
1 parent d50d0e6 commit 327db54

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup/file_permissions.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ was writable. But that is no longer true! In Symfony 4, everything works automat
1515

1616
If you decide to store log files on disk, you *will* need to make sure your
1717
logs directory (e.g. ``var/logs``) is writable by your web server user and
18-
terminal user.
18+
terminal user. One way this can be done is by using ``chmod 777 -R var/logs``.
19+
Just be aware that your logs are readable by any user on your production system.

0 commit comments

Comments
 (0)