Skip to content

Commit 396cf06

Browse files
georgiana-gligorwouterj
authored andcommitted
update cache and logs folder locations
Sinced Sy3 they are under `var` instead of `app`.
1 parent bbb72b4 commit 396cf06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup/file_permissions.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ needed permissions:
3131

3232
.. code-block:: bash
3333
34-
$ rm -rf app/cache/*
35-
$ rm -rf app/logs/*
34+
$ rm -rf var/cache/*
35+
$ rm -rf var/logs/*
3636
3737
$ HTTPDUSER=`ps axo user,comm | grep -E '[a]pache|[h]ttpd|[_]www|[w]ww-data|[n]ginx' | grep -v root | head -1 | cut -d\ -f1`
3838
$ sudo chmod -R +a "$HTTPDUSER allow delete,write,append,file_inherit,directory_inherit" var

0 commit comments

Comments
 (0)