[GH-ISSUE #5127] enable brotli compression by load additional brotli module #3122

Closed
opened 2026-02-26 07:37:54 +03:00 by kerem · 1 comment
Owner

Originally created by @developsessions on GitHub (Jan 9, 2026).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/5127

It would be helpful to not just have the gzip compression but also brotli, because in my use case I serve one static page by a custom config directly via this nginx of the proxy manager to reduce overhead.
brotli compression can safe 10% data and gives a speed improvement. The most browsers since 2012 are compatible with brotli compression, and if not, the gzip compression works as fallback.

Originally created by @developsessions on GitHub (Jan 9, 2026). Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/5127 It would be helpful to not just have the gzip compression but also brotli, because in my use case I serve one static page by a custom config directly via this nginx of the proxy manager to reduce overhead. brotli compression can safe 10% data and gives a speed improvement. The most browsers since 2012 are compatible with brotli compression, and if not, the gzip compression works as fallback.
kerem 2026-02-26 07:37:54 +03:00
Author
Owner

@developsessions commented on GitHub (Jan 9, 2026):

I created a pull request in the nginx-full repo https://github.com/NginxProxyManager/docker-nginx-full/pull/39

<!-- gh-comment-id:3728197948 --> @developsessions commented on GitHub (Jan 9, 2026): I created a pull request in the nginx-full repo https://github.com/NginxProxyManager/docker-nginx-full/pull/39
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nginx-proxy-manager-NginxProxyManager#3122
No description provided.