File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -46,9 +46,9 @@ server {
4646
4747To use this module, configure your nginx branch with ` --add-module=/path/to/zstd-nginx-module ` . several points should be taken care.
4848
49- * You can environment variables ` ZSTD_INC ` and ` ZSTD_LIB ` to specify the path to ` zstd.h ` and the path to zstd shared library represently.
50- * static library is tried prior to dynamic library, since this Nginx module uses some ** advanced APIs** where static linking is recommended.
51- * System zstd bundle will be linked if ` ZSTD_INC ` and ` ZSTD_LIB ` are not specified.
49+ * You can set environment variables ` ZSTD_INC ` and ` ZSTD_LIB ` to specify the path to ` zstd.h ` and the path to zstd shared library represently.
50+ * static library will be tried prior to dynamic library, since this Nginx module uses some ** advanced APIs** where static linking is recommended.
51+ * System's zstd bundle will be linked if ` ZSTD_INC ` and ` ZSTD_LIB ` are not specified.
5252
5353# Directives
5454
You can’t perform that action at this time.
0 commit comments