debuginfod proxies: enable gzip

elf/dwarf/source-code data from debuginfod is highly compressible.
Let's trade proxy CPU for reduce network traffic.
This commit is contained in:
Frank Ch. Eigler 2021-04-08 12:18:29 -04:00 committed by kevin
parent c37d51d236
commit a93b8d24c0

View file

@ -975,6 +975,7 @@
server_aliases: [debuginfod.stg.fedoraproject.org] server_aliases: [debuginfod.stg.fedoraproject.org]
x_forward: true x_forward: true
cert_name: "{{wildcard_cert_name}}" cert_name: "{{wildcard_cert_name}}"
gzip: true
tags: debuginfod tags: debuginfod
- role: httpd/website - role: httpd/website