disable deflate on security-tracker. we are cpu bound
authorPeter Palfrader <peter@palfrader.org>
Fri, 6 Jul 2018 09:28:35 +0000 (11:28 +0200)
committerPeter Palfrader <peter@palfrader.org>
Fri, 6 Jul 2018 09:28:35 +0000 (11:28 +0200)
modules/roles/templates/apache-security-tracker.debian.org.conf.erb

index 699cc74..1f9cb0e 100644 (file)
@@ -38,9 +38,10 @@ Use common-debian-service-https-redirect * security-tracker.debian.org
                Require all denied
        </DirectoryMatch>
 
-       <Location /tracker/data/json>
-               SetOutputFilter DEFLATE
-       </Location>
+       # can't handle this CPU wise
+       #<Location /tracker/data/json>
+       #       SetOutputFilter DEFLATE
+       #</Location>
 
        ProxyRequests off
        ProxyPass /tracker http://localhost:25648/tracker retry=1