Skip to content

Commit fa57021

Browse files
committed
minor #6825 update cache and logs folder locations (georgiana-gligor)
This PR was submitted for the 3.1 branch but it was merged into the 3.0 branch instead (closes #6825). Discussion ---------- update `cache` and `logs` folder locations Since Sy3 they are under `var` instead of `app`. Commits ------- 396cf06 update `cache` and `logs` folder locations
2 parents bbb72b4 + 396cf06 commit fa57021

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)