Skip to content

Commit

Permalink
chore(docker): grant www-data access to apache logs (#5135)
Browse files Browse the repository at this point in the history
  • Loading branch information
lwander committed Apr 9, 2018
1 parent a950527 commit 67e5b12
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/setup-apache2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ chown -R www-data:www-data /var/lib/apache2

mkdir -p /var/run/apache2
chown -R www-data:www-data /var/run/apache2

mkdir -p /var/log/apache2
chown -R www-data:www-data /var/log/apache2

0 comments on commit 67e5b12

Please sign in to comment.