zstd-nginx-module
zstd-nginx-module copied to clipboard
How do I compile and load it as a dynamic module?
trafficstars
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?
@muuvmuuv Sure, PR's are welcome!
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:
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 ?