From aaf0a0dea1997a5a4d4521bc28ee07d7a1143d44 Mon Sep 17 00:00:00 2001 From: sensei100 Date: Mon, 27 Apr 2020 15:18:06 -0400 Subject: [PATCH] AddOutputFilterByType needs to be in the application.conf template --- templates/applications.conf.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/applications.conf.j2 b/templates/applications.conf.j2 index 557cb8a..698bcee 100644 --- a/templates/applications.conf.j2 +++ b/templates/applications.conf.j2 @@ -37,3 +37,5 @@ Header always set X-Content-Type-Options nosniff Include conf.d/applications/*.conf-fragment + +AddOutputFilterByType DEFLATE text/plain text/html text/xml text/css application/xml application/xhtml+xml application/rss+xml application/javascript application/x-javascript