Skip to content

Commit

Permalink
chore(docker): correct permissions on lib and run (#5130)
Browse files Browse the repository at this point in the history
  • Loading branch information
lwander committed Apr 6, 2018
1 parent c3df8a3 commit f9e2924
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/setup-apache2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ apt-get install apache2 -y
service apache2 stop
a2enmod proxy proxy_ajp proxy_http rewrite deflate headers proxy_balancer proxy_connect proxy_html xml2enc
chown -R www-data:www-data /etc/apache2
chown -R www-data:www-data /var/lib/apache2
chown -R www-data:www-data /var/run/apache2

0 comments on commit f9e2924

Please sign in to comment.