We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d50d0e6 commit 327db54Copy full SHA for 327db54
setup/file_permissions.rst
@@ -15,4 +15,5 @@ was writable. But that is no longer true! In Symfony 4, everything works automat
15
16
If you decide to store log files on disk, you *will* need to make sure your
17
logs directory (e.g. ``var/logs``) is writable by your web server user and
18
- terminal user.
+ 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