Browse Source

nginx: cleaned code to activate some non-default modules

cross
Alejandro Mery 15 years ago
parent
commit
f2b0718617
1 changed files with 3 additions and 5 deletions
  1. +3
    -5
      network/nginx/nginx.conf

+ 3
- 5
network/nginx/nginx.conf

@ -47,8 +47,6 @@ if pkginstalled openssl; then
fi
# add some optional modules not built by default
var_append confopt ' ' "--with-http_stub_status_module"
var_append confopt ' ' "--with-http_flv_module"
var_append confopt ' ' "--with-http_realip_module"
var_append confopt ' ' "--with-http_gzip_static_module"
var_append confopt ' ' "--with-http_image_filter_module"
for x in stub_status flv realip gzip_static image_filter; do
var_append confopt ' ' "--with-http_${x}_module"
done

Loading…
Cancel
Save