Skip to content

Commit

Permalink
workaround for "Expires" header in TileStache
Browse files Browse the repository at this point in the history
Use sed to add a comma after the day in the "Expires" header. This makes it RFC 1123 compliant.
  • Loading branch information
Kaitlin Hegarty committed Jun 22, 2016
1 parent 8052eef commit 3e19b4c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ RUN apt-get update && apt-get install -y wget && \

COPY start-apache.sh /usr/bin/start-apache

RUN sed -i 's/%a/%a,/' /usr/lib/python2.7/dist-packages/TileStache/__init__.py

VOLUME /export/tile

EXPOSE 80
Expand Down

0 comments on commit 3e19b4c

Please sign in to comment.