Open muuvmuuv opened 3 years ago
@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
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 ?
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?