comparison auto/modules @ 602:c5122335e41d NGINX_0_8_53

nginx 0.8.53 *) Feature: now the "error_page" directive allows to change a status code in a redirect. *) Feature: the "gzip_disable" directive supports special "degradation" mask. *) Bugfix: a socket leak might occurred if file AIO was used. Thanks to Maxim Dounin. *) Bugfix: if the first server had no "listen" directive and there was no explicit default server, then a next server with a "listen" directive became the default server; the bug had appeared in 0.8.21.
author Igor Sysoev <http://sysoev.ru>
date Mon, 18 Oct 2010 00:00:00 +0400
parents 4d3e880ce86c
children a7a5fa2e395b
comparison
equal deleted inserted replaced
601:b2afd36d87f4 602:c5122335e41d
320 HTTP_MODULES="$HTTP_MODULES $HTTP_SECURE_LINK_MODULE" 320 HTTP_MODULES="$HTTP_MODULES $HTTP_SECURE_LINK_MODULE"
321 HTTP_SRCS="$HTTP_SRCS $HTTP_SECURE_LINK_SRCS" 321 HTTP_SRCS="$HTTP_SRCS $HTTP_SECURE_LINK_SRCS"
322 fi 322 fi
323 323
324 if [ $HTTP_DEGRADATION = YES ]; then 324 if [ $HTTP_DEGRADATION = YES ]; then
325 have=NGX_HTTP_DEGRADATION . auto/have
325 HTTP_MODULES="$HTTP_MODULES $HTTP_DEGRADATION_MODULE" 326 HTTP_MODULES="$HTTP_MODULES $HTTP_DEGRADATION_MODULE"
326 HTTP_SRCS="$HTTP_SRCS $HTTP_DEGRADATION_SRCS" 327 HTTP_SRCS="$HTTP_SRCS $HTTP_DEGRADATION_SRCS"
327 fi 328 fi
328 329
329 if [ $HTTP_FLV = YES ]; then 330 if [ $HTTP_FLV = YES ]; then