Submodule update

This commit is contained in:
2023-11-12 22:34:07 +09:00
parent 7b5de5e004
commit 73ecce0140
3 changed files with 7 additions and 0 deletions
+3
View File
@@ -40,3 +40,6 @@
[submodule "lib/zlib-ng"] [submodule "lib/zlib-ng"]
path = lib/zlib-ng path = lib/zlib-ng
url = https://github.com/zlib-ng/zlib-ng url = https://github.com/zlib-ng/zlib-ng
[submodule "lib/ngx_dynamic_etag"]
path = lib/ngx_dynamic_etag
url = https://github.com/dvershinin/ngx_dynamic_etag
+3
View File
@@ -53,6 +53,9 @@ VTS=0
### zstd-nginx-module ### zstd-nginx-module
ZSTD=1 ZSTD=1
### ngx_dynamic_etag
DYNAMIC_ETAG=1
########################## ##########################
### nginx install path ### ### nginx install path ###
########################## ##########################