Skip to content

Commit ff57936

Browse files
committed
Merge pull request #111 from nloewen/master
Enable mod_expires to allow sites to make use of browser caching
2 parents 4cae1f3 + 8afd6da commit ff57936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apache/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM php:5.6-apache
22

3-
RUN a2enmod rewrite
3+
RUN a2enmod rewrite expires
44

55
# install the PHP extensions we need
66
RUN apt-get update && apt-get install -y libpng12-dev libjpeg-dev && rm -rf /var/lib/apt/lists/* \

0 commit comments

Comments
 (0)