-
How can I disable "NGINX_BROTLI_VERSION" as of now I have tried: |
Beta Was this translation helpful? Give feedback.
Answered by
tiredofit
Aug 28, 2021
Replies: 1 comment 1 reply
-
That environment variable is just used during build and for reference as to what commit was used when building Nginx with the Brotli extensions. What you would want to do is use More details on the parent image (nginx) here: https://github.com/tiredofit/docker-nginx |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Catospye
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That environment variable is just used during build and for reference as to what commit was used when building Nginx with the Brotli extensions.
What you would want to do is use
NGINX_ENABLE_COMPRESSION_BROTLI=FALSE
.More details on the parent image (nginx) here: https://github.com/tiredofit/docker-nginx