We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I would like to use zstd as a dynamic module like brotli, so I can load so .so in my nginx.conf. Is that possible?
.so
The text was updated successfully, but these errors were encountered:
@muuvmuuv Sure, PR's are welcome!
Sorry, something went wrong.
Uhh, I have really no understanding of C nor NGINX config. But from what I see in the ngx_brotli repo it just requires to be split into folders and:
ngx_brotli
have=NGX_HTTP_GZIP . auto/have have=NGX_HTTP_BROTLI_STATIC . auto/have
https://github.com/google/ngx_brotli
I would try it myself, but I have no idea how to setup this up on macOS or how to test it.
this should now be possible
how it would be possible ?
No branches or pull requests
I would like to use zstd as a dynamic module like brotli, so I can load so
.so
in my nginx.conf. Is that possible?The text was updated successfully, but these errors were encountered: