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

Open
opened 2026-01-29 20:36:53 +00:00 by claunia · 0 comments
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;
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#125