You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently using images, resources will be automatically compressed using gzip, but I want the compression to be managed by superiors (traefik, apisix, nginx...) because superiors support multiple compression formats (zstd, brolti, gzip), which will save some transmission data
What is the feature you are proposing to solve the problem?
Add environment variables and disable internal gzip(nginx)
What alternatives have you considered?
I started two services simultaneously using Traefik, one is Whoami (successfully using zstd), and the other is Discourse (supporting zstd but returning gzip)
The text was updated successfully, but these errors were encountered:
Thank you for bringing this issue to our attention. We appreciate your involvement! If you're interested in contributing a solution, we welcome you to create a pull request. The Bitnami team is excited to review your submission and offer feedback. You can find the contributing guidelines here.
Your contribution will greatly benefit the community. Feel free to reach out if you have any questions or need assistance.
Name and Version
bitnami/discourse:latest
What is the problem this feature will solve?
Currently using images, resources will be automatically compressed using gzip, but I want the compression to be managed by superiors (traefik, apisix, nginx...) because superiors support multiple compression formats (zstd, brolti, gzip), which will save some transmission data
What is the feature you are proposing to solve the problem?
Add environment variables and disable internal gzip(nginx)
What alternatives have you considered?
I started two services simultaneously using Traefik, one is Whoami (successfully using zstd), and the other is Discourse (supporting zstd but returning gzip)
The text was updated successfully, but these errors were encountered: