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:
parent
c37d51d236
commit
a93b8d24c0
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue