diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2016-04-26 22:24:49 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2016-04-26 22:24:49 +0000 |
commit | 8e0a0f5bea803a25608a465479f744f419374b95 (patch) | |
tree | 468fba73411412c93d6679e44af149cbcf2c88a4 /www/nginx/files/extra-patch-openresty-set-misc-nginx-module-config | |
parent | sysutils/mfid: Update to 0.03 (diff) |
Upgrade from 1.8.1 to 1.10.1.
Please note: several vendor's modules:
o) http_geoip
o) http_image_filter
o) http_perl
o) http_xslt
o) mail
o) stream
as well as third-party modules, like:
o) brotli
o) dynamic_upstream
o) echo
o) eval
o) headers_more
o) http_redis
o) lua
o) njs
o) passenger
o) setmisc
o) small_light
have been reconfigured as dynamic modules.
Also, the spdy module has been removed from 1.10.x branch and replaced
by httpv2 module.
In case of using of any of those modules it's highly recommend to review
and update the nginx configuration file - nginx.conf.
Notes
Notes:
svn path=/head/; revision=414084
Diffstat (limited to 'www/nginx/files/extra-patch-openresty-set-misc-nginx-module-config')
-rw-r--r-- | www/nginx/files/extra-patch-openresty-set-misc-nginx-module-config | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/www/nginx/files/extra-patch-openresty-set-misc-nginx-module-config b/www/nginx/files/extra-patch-openresty-set-misc-nginx-module-config new file mode 100644 index 000000000000..4acc8aee7492 --- /dev/null +++ b/www/nginx/files/extra-patch-openresty-set-misc-nginx-module-config @@ -0,0 +1,13 @@ +--- ../set-misc-nginx-module-0.29/config.orig 2011-12-09 10:27:53.861265188 +0300 ++++ ../set-misc-nginx-module-0.29/config 2011-12-09 10:28:07.107259301 +0300 +@@ -1,10 +1,3 @@ +-if echo $HTTP_MODULES | grep " ndk_http_module" > /dev/null; then +- echo "found ngx_devel_kit for ngx_set_misc; looks good." +-else +- echo "error: ngx_devel_kit is required to build ngx_set_misc; please put it before ngx_set_misc." 1>&2 +- exit 1 +-fi +- + ngx_addon_name=ngx_http_set_misc_module + HTTP_AUX_FILTER_MODULES="$HTTP_AUX_FILTER_MODULES ngx_http_set_misc_module" + NGX_ADDON_SRCS="$NGX_ADDON_SRCS $ngx_addon_dir/src/ngx_http_set_base32.c $ngx_addon_dir/src/ngx_http_set_default_value.c $ngx_addon_dir/src/ngx_http_set_hashed_upstream.c $ngx_addon_dir/src/ngx_http_set_quote_sql.c $ngx_addon_dir/src/ngx_http_set_quote_json.c $ngx_addon_dir/src/ngx_http_set_unescape_uri.c $ngx_addon_dir/src/ngx_http_set_misc_module.c $ngx_addon_dir/src/ngx_http_set_escape_uri.c $ngx_addon_dir/src/ngx_http_set_hash.c $ngx_addon_dir/src/ngx_http_set_local_today.c $ngx_addon_dir/src/ngx_http_set_hex.c $ngx_addon_dir/src/ngx_http_set_base64.c $ngx_addon_dir/src/ngx_http_set_random.c" |