From 34c2114527f50d8ea5958c5d349b0153693a7977 Mon Sep 17 00:00:00 2001 From: Andy Dawson Date: Sat, 6 May 2017 17:49:43 +0200 Subject: [PATCH] Don't need that expires --- h5bp/location/expires.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/h5bp/location/expires.conf b/h5bp/location/expires.conf index 99f4f0a..6766ef2 100644 --- a/h5bp/location/expires.conf +++ b/h5bp/location/expires.conf @@ -26,7 +26,6 @@ location ~* \.(?:jpg|jpeg|gif|png|ico|cur|gz|svg|mp4|ogg|ogv|webm|htc)$ { # Media: svgz files are already compressed. location ~* \.svgz$ { - expires 1M; access_log off; gzip off; add_header Cache-Control "max-age=2592000";