Skip to content

Commit

Permalink
permissions for mod_pagespeed cache folders
Browse files Browse the repository at this point in the history
  • Loading branch information
gegere committed Jun 2, 2021
1 parent 3484eb5 commit 235aeb0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ RUN a2enmod userdir rewrite ssl

# Install Mod_pagespeed Module
RUN curl -O https://dl-ssl.google.com/dl/linux/direct/mod-pagespeed-stable_current_amd64.deb && dpkg -i mod-pagespeed-stable_current_amd64.deb
RUN chown nobody:www-data /var/cache/mod_pagespeed && chown nobody:www-data /var/log/pagespeed/


# Environment variables contained within build container.
ENV TERM=xterm \
Expand Down

0 comments on commit 235aeb0

Please sign in to comment.