From a93b8d24c01c1bd6af116ae7b596fd0baf2605dd Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Thu, 8 Apr 2021 12:18:29 -0400 Subject: [PATCH] debuginfod proxies: enable gzip elf/dwarf/source-code data from debuginfod is highly compressible. Let's trade proxy CPU for reduce network traffic. --- playbooks/include/proxies-websites.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/include/proxies-websites.yml b/playbooks/include/proxies-websites.yml index 12a7b6cea4..69b84346d9 100644 --- a/playbooks/include/proxies-websites.yml +++ b/playbooks/include/proxies-websites.yml @@ -975,6 +975,7 @@ server_aliases: [debuginfod.stg.fedoraproject.org] x_forward: true cert_name: "{{wildcard_cert_name}}" + gzip: true tags: debuginfod - role: httpd/website