Add submodule (ngx_cache_purge)

This commit is contained in:
2024-02-13 15:01:59 +09:00
parent 3261561cf8
commit cb67e6ad4c
3 changed files with 7 additions and 0 deletions
+3
View File
@@ -43,3 +43,6 @@
[submodule "lib/ngx_dynamic_etag"] [submodule "lib/ngx_dynamic_etag"]
path = lib/ngx_dynamic_etag path = lib/ngx_dynamic_etag
url = https://github.com/dvershinin/ngx_dynamic_etag url = https://github.com/dvershinin/ngx_dynamic_etag
[submodule "lib/ngx_cache_purge"]
path = lib/ngx_cache_purge
url = https://github.com/wasas/ngx_cache_purge
+3
View File
@@ -56,6 +56,9 @@ ZSTD=1
### ngx_dynamic_etag ### ngx_dynamic_etag
DYNAMIC_ETAG=1 DYNAMIC_ETAG=1
### ngx_cache_purge
CACHE_PURGE=1
########################## ##########################
### nginx install path ### ### nginx install path ###
########################## ##########################
Submodule lib/ngx_cache_purge added at a84b0f3f08