diff --git a/h5bp/location/expires.conf b/h5bp/location/expires.conf index 668d593..2a94af4 100644 --- a/h5bp/location/expires.conf +++ b/h5bp/location/expires.conf @@ -17,7 +17,6 @@ location ~* \.(?:manifest|appcache|html?|xml|json)$ { # Feed location ~* \.(?:rss|atom)$ { expires 1h; - add_header Cache-Control "public"; } # Media: images, icons, video, audio, HTC @@ -31,7 +30,6 @@ location ~* \.(?:jpg|jpeg|gif|png|ico|cur|gz|svg|svgz|mp4|ogg|ogv|webm|htc)$ { location ~* \.(?:css|js)$ { expires 1y; access_log off; - add_header Cache-Control "public"; } # WebFonts @@ -39,5 +37,4 @@ location ~* \.(?:css|js)$ { # location ~* \.(?:ttf|ttc|otf|eot|woff|woff2)$ { # expires 1M; # access_log off; -# add_header Cache-Control "public"; # }