Skip to content

Commit

Permalink
minor #6825 update cache and logs folder locations (georgiana-gli…
Browse files Browse the repository at this point in the history
…gor)

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
  • Loading branch information
wouterj committed Aug 4, 2016
2 parents bbb72b4 + 396cf06 commit fa57021
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup/file_permissions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ needed permissions:

.. code-block:: bash
$ rm -rf app/cache/*
$ rm -rf app/logs/*
$ rm -rf var/cache/*
$ rm -rf var/logs/*
$ 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`
$ sudo chmod -R +a "$HTTPDUSER allow delete,write,append,file_inherit,directory_inherit" var
Expand Down

0 comments on commit fa57021

Please sign in to comment.