Compare commits

...
2 Commits
Author SHA1 Message Date
Hakase 305fcbb42c Submodule update 2024-02-13 15:02:20 +09:00
Hakase cb67e6ad4c Add submodule (ngx_cache_purge) 2024-02-13 15:01:59 +09:00
6 changed files with 10 additions and 3 deletions
+3
View File
@@ -43,3 +43,6 @@
[submodule "lib/ngx_dynamic_etag"]
path = lib/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
DYNAMIC_ETAG=1
### ngx_cache_purge
CACHE_PURGE=1
##########################
### nginx install path ###
##########################
Submodule lib/ngx_cache_purge added at a84b0f3f08