diff options
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 \ |