« Haproxy : Compression Gzip » : différence entre les versions
De www.yakakliker.org
(Page créée avec « == Option Compression Haproxy == * Haproxy propose la compression pour optimiser les flux <syntaxhighlight lang="bash"> defaults compression algo gzip compression type text/html text/plain text/xml text/css text/javascript application/javascript application/json text/json </syntaxhighlight> == Liens == https://www.haproxy.com/documentation/haproxy-configuration-tutorials/performance/compression/ ») |
Aucun résumé des modifications |
||
| Ligne 12 : | Ligne 12 : | ||
== Liens == | == Liens == | ||
https://www.haproxy.com/documentation/haproxy-configuration-tutorials/performance/compression/ | https://www.haproxy.com/documentation/haproxy-configuration-tutorials/performance/compression/ | ||
https://blog.bandinelli.net/index.php?post/2018/05/12/HAProxy-et-compression-Gzip | |||
[[Catégorie:Haproxy]] | |||
Dernière version du 23 septembre 2025 à 08:46
Option Compression Haproxy
- Haproxy propose la compression pour optimiser les flux
defaults
compression algo gzip
compression type text/html text/plain text/xml text/css text/javascript application/javascript application/json text/json
Liens
https://www.haproxy.com/documentation/haproxy-configuration-tutorials/performance/compression/
https://blog.bandinelli.net/index.php?post/2018/05/12/HAProxy-et-compression-Gzip