drupalwxt / helm-drupal

Helm Chart for deploying an enterprise-grade Drupal environment.
https://drupalwxt.github.io/helm-drupal/index.yaml
MIT License
31 stars 22 forks source link

Add option to disable gzip compression #131

Closed markwooff closed 2 years ago

markwooff commented 2 years ago

Ran into a use case where gzip compression needed to be disabled which currently can't be configured. This change should allow developers to disable it if necessary while having it be on by default.

bernardmaltais commented 2 years ago

Look good to me.

markwooff commented 2 years ago

Thanks @bernardmaltais - just made a small update to capture all the gzip configs with the new Helm value.

markwooff commented 2 years ago

No problem @zachomedia - just made the requested change so it should be ready to go! Thanks

zachomedia commented 2 years ago

Thanks!