mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-17 07:04:36 -05:00
[PR #3157] Enable compression in Traefik by default #38006
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/fosrl/pangolin/pull/3157
Author: @shleeable
Created: 5/26/2026
Status: 🔄 Open
Base:
main← Head:patch-3📝 Commits (5)
b35f755Update dynamic_config.ymlb5f11c1Update traefik_config.yml0bd4b93Update traefik_config.yml2a14c69Update dynamic_config.yml6c010e6Update dynamic_config.yml📊 Changes
4 files changed (+15 additions, -0 deletions)
View changed files
📝
config/traefik/dynamic_config.yml(+5 -0)📝
config/traefik/traefik_config.yml(+2 -0)📝
install/config/traefik/dynamic_config.yml(+6 -0)📝
install/config/traefik/traefik_config.yml(+2 -0)📄 Description
Community Contribution License Agreement
By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.
Description
Enable the compress middleware by default for all http requests. (defaults are fine supporting modern zstd and falls back to gzip)
FYI: This is what I am running on my Pangolin... and mostly exists for reference depending on what path the dev team wants to head.
Update: That 250ms to 200ms is a nice drop as well....
How to test?
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.