raven/modular/nginx-cp/ngx_brotli-config.patch
2024-02-21 13:47:54 +06:00

12 lines
319 B
Diff

--- a/ngx_brotli/config 2018-06-26 16:49:10.084609379 +0600
+++ b/ngx_brotli/config 2018-06-26 16:50:59.018612865 +0600
@@ -59,7 +59,7 @@
ngx_module_type=HTTP_FILTER
ngx_module_name=ngx_http_brotli_filter_module
-brotli="/usr/local"
+brotli="/usr"
if [ ! -f "$brotli/include/brotli/encode.h" ]; then