diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2025-04-18 09:06:16 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2025-04-18 09:06:16 +0800 |
commit | dde05240da896b1334c7ce2cc6565c899f0f3ccb (patch) | |
tree | fe0f9577749259cbd7dec79d41fcc3a22a93431a /nginx/Makefile | |
parent | 545b11ceecd3e6f58c1e59222de4ce836856db8d (diff) |
Update
Diffstat (limited to 'nginx/Makefile')
-rw-r--r-- | nginx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nginx/Makefile b/nginx/Makefile index 8245ae7..ffe9600 100644 --- a/nginx/Makefile +++ b/nginx/Makefile | |||
@@ -14,6 +14,7 @@ all: src /home/pham/git/ngx-fancyindex | |||
14 | --with-http_dav_module \ | 14 | --with-http_dav_module \ |
15 | --with-http_image_filter_module \ | 15 | --with-http_image_filter_module \ |
16 | --with-http_xslt_module \ | 16 | --with-http_xslt_module \ |
17 | --with-http_addition_module \ | ||
17 | --add-module=/home/pham/git/ngx-fancyindex | 18 | --add-module=/home/pham/git/ngx-fancyindex |
18 | make modules | 19 | make modules |
19 | make | 20 | make |