From 37524a107c9a86b8c4a29aba6041e948b76b1dd0 Mon Sep 17 00:00:00 2001 From: ononoki Date: Wed, 27 Apr 2022 08:31:53 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 34d1d80..dd4928d 100755 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ - Brotli support, powered by [ngx_brotli](https://github.com/google/ngx_brotli) - Headers More support, powered by [ngx_headers_more](https://github.com/openresty/headers-more-nginx-module) - OCSP stapling support, powered by [this patch](https://github.com/kn007/patch/blob/master/Enable_BoringSSL_OCSP.patch) -- Zstandard support, powered by [zstd-nginx-module](https://github.com/tokers/zstd-nginx-module) - WAF support, powered by [ngx_waf](https://github.com/ADD-SP/ngx_waf) +- Zstandard support, powered by [zstd-nginx-module](https://github.com/tokers/zstd-nginx-module) - Use [BoringSSL](https://github.com/google/boringssl), [Cloudflare's zlib](https://github.com/cloudflare/zlib) and [jemalloc](https://github.com/jemalloc/jemalloc) - Use OpenSSL's hash functions instead of NGINX's, powered by [this patch](https://github.com/kn007/patch/blob/master/use_openssl_md5_sha1.patch)