From 818f4e4dc5f65f4e52d4cc9bff4412d26eef8013 Mon Sep 17 00:00:00 2001 From: Chris Croome Date: Sat, 15 Dec 2018 19:48:45 +0000 Subject: [PATCH] gz html files --- htaccess | 1 + 1 file changed, 1 insertion(+) diff --git a/htaccess b/htaccess index 58c7f38..03fca7e 100644 --- a/htaccess +++ b/htaccess @@ -12,6 +12,7 @@ AddType image/png;qs=0.8 png # https://kevinlocke.name/bits/2012/07/20/serving-xhtml-with-apache-multiviews/ Header always edit "Content-Type" ";\s*qs=[0-9]*(?:\.[0-9]+)?\s*" "" # Gzip these file types +AddOutputFilter DEFLATE html AddOutputFilter DEFLATE svg AddOutputFilter DEFLATE css AddOutputFilter DEFLATE js