-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: use brotli instead of gzip for compression in NGINX #1593
Conversation
Azure Demo Servers are available: |
3 similar comments
Azure Demo Servers are available: |
Azure Demo Servers are available: |
Azure Demo Servers are available: |
f1cd8ba
to
a11a77b
Compare
Azure Demo Servers are available: |
4 similar comments
Azure Demo Servers are available: |
Azure Demo Servers are available: |
Azure Demo Servers are available: |
Azure Demo Servers are available: |
61dc233
to
1367d1b
Compare
…ke && make install instead of make modules
…e modules instead of make install
…ration but without --add-module
c0699e6
to
e8a04bc
Compare
Azure Demo Servers are available: |
@intershop/c3po-documentation-l10n can you please review the documentation parts, since a bigger part documentation was added |
Co-authored-by: MGlatter <m.glatter@intershop.de>
PR Type
[x] Feature
What Is the Current Behavior?
gzip is used to compress files on NGINX.
What Is the New Behavior?
ngx_brotli is used to compress files on NGINX because Brotli has a better compression ratio compared to gzip.
Two new NGINX modules ngx_http_brotli_filter_module.so (compressing responses on-the-fly) and ngx_http_brotli_static_module.so (serving pre-compressed files) are built in the Dockerfile and referenced in nginx.conf.
Does this PR Introduce a Breaking Change?
[x] No
Other Information
AB#94548