Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 396cf06

Browse filesBrowse 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
Copy full SHA for 396cf06

File tree

1 file changed

+2
-2
lines changed
Filter options

1 file changed

+2
-2
lines changed

‎setup/file_permissions.rst

Copy file name to clipboardExpand all lines: setup/file_permissions.rst
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.