diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2025-02-06 10:38:59 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2025-02-06 10:38:59 +0800 |
commit | f0596bc1c7843fb031b1a99c0896265334037afc (patch) | |
tree | b197c8349e89886ba792edbf926b99e3ad4f20bd /nginx/Makefile | |
parent | f87dc10dec540e1804445acdf3c2f4d03486d6cb (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 a5697ef..8245ae7 100644 --- a/nginx/Makefile +++ b/nginx/Makefile | |||
@@ -9,6 +9,7 @@ all: src /home/pham/git/ngx-fancyindex | |||
9 | --prefix=/etc/nginx \ | 9 | --prefix=/etc/nginx \ |
10 | --sbin-path=/usr/bin/nginx \ | 10 | --sbin-path=/usr/bin/nginx \ |
11 | --conf-path=/etc/nginx/nginx.conf \ | 11 | --conf-path=/etc/nginx/nginx.conf \ |
12 | --pid-path=/run/nginx.pid \ | ||
12 | --with-http_ssl_module \ | 13 | --with-http_ssl_module \ |
13 | --with-http_dav_module \ | 14 | --with-http_dav_module \ |
14 | --with-http_image_filter_module \ | 15 | --with-http_image_filter_module \ |