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 a223c94 commit 80951e5Copy full SHA for 80951e5
setup/file_permissions.rst
@@ -15,5 +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/log/``) is writable by your web server user and
18
- terminal user. One way this can be done is by using ``chmod 777 -R var/log/``.
+ terminal user. One way this can be done is by using ``chmod -R 777 var/log/``.
19
Just be aware that your logs are readable by any user on your production system.
0 commit comments