Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
Commits
6e720465
Verified
Commit
6e720465
authored
May 13, 2022
by
Evangelos Foutras
🐱
Browse files
debuginfod: let nginx compress octet-stream responses
Using the fastest gzip compression level to avoid burning too much CPU.
parent
0ea6ad34
Pipeline
#18755
passed with stage
in 34 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
roles/debuginfod/templates/nginx.d.conf.j2
View file @
6e720465
...
...
@@ -42,5 +42,8 @@ server {
location @debuginfod {
proxy_set_header X-Forwarded-For $remote_addr;
proxy_pass http://127.0.0.1:8002;
gzip_comp_level 1;
gzip_types application/octet-stream;
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment