Skip to content

Instantly share code, notes, and snippets.

@gmetais
Last active February 28, 2021 14:06
Show Gist options
  • Star 11 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gmetais/971ce13a1fbeebd88445 to your computer and use it in GitHub Desktop.
Save gmetais/971ce13a1fbeebd88445 to your computer and use it in GitHub Desktop.
This is a list of Content-Type / mime-type for a server Gzip/Brotli compression configuration
This list was moved to https://letstalkaboutwebperf.com/en/gzip-brotli-server-config/
@jpvincent
Copy link

tu avais déjà tout trouvé en fait :)
Je mets juste un wildcard sur text/*

@ojdupuis
Copy link

merci messieurs ! C'est, juste ce que je cherchais

@bor8
Copy link

bor8 commented Jul 31, 2018

Attention, n'utilisez pas de text/* ! Ça ne marche pas. Précisez plutôt text/html etc. explicitement. Ça m'a pris une heure pour comprendre ça.

Achtung, bitte nicht text/* verwenden! Das funktioniert nicht. Lieber text/html usw. explizit angeben. Hat mich ne Stunde gekostet, dass herauszufinden.

Attention, please do not use text/*! This isn't working. Rather specify text/html etc. explicitly. Took me an hour to figure that out.

Apache 2.4.18.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment