BR content-encoding only works with static files like .css .js #128

Closed
opened 2026-01-29 20:36:56 +00:00 by claunia · 1 comment
Owner

Originally created by @draft1 on GitHub (Jul 24, 2016).

But not working on full html pages.

My config:

brotli on;
brotli_static on;
brotli_min_length 1000;
brotli_buffers 32 8k;
brotli_comp_level 5;
brotli_types text/plain text/css text/xml application/javascript application/x-javascript application/xml application/xml+rss application/ecmascript application/json image/svg+xml;

Originally created by @draft1 on GitHub (Jul 24, 2016). But not working on full html pages. My config: > brotli on; > brotli_static on; > brotli_min_length 1000; > brotli_buffers 32 8k; > brotli_comp_level 5; > brotli_types text/plain text/css text/xml application/javascript application/x-javascript application/xml application/xml+rss application/ecmascript application/json image/svg+xml;
Author
Owner

@eustas commented on GitHub (Jul 28, 2016):

Hello. Perhaps you meant to post this issue to https://github.com/google/ngx_brotli/issues?

@eustas commented on GitHub (Jul 28, 2016): Hello. Perhaps you meant to post this issue to https://github.com/google/ngx_brotli/issues?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#128