comparison config @ 3:4d9427b61191

Require postpone filter to be configured.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 21 Jul 2008 05:16:44 +0400
parents ba5471a3c988
children
comparison
equal deleted inserted replaced
2:ed63d0bd4d14 3:4d9427b61191
1 # (C) Maxim Dounin 1 # (C) Maxim Dounin
2 # Configuration for ngx_http_compose_filter_module. 2 # Configuration for ngx_http_compose_filter_module.
3 3
4 ngx_addon_name="ngx_http_compose_filter_module" 4 ngx_addon_name="ngx_http_compose_filter_module"
5
6 if [ $HTTP_POSTPONE != YES ]; then
7 echo "$0: error: $ngx_addon_name requires postpone filter"
8 echo " either configure with ssi or with addition modules"
9 exit 1
10 fi
5 11
6 HTTP_FILTER_MODULES="$HTTP_FILTER_MODULES \ 12 HTTP_FILTER_MODULES="$HTTP_FILTER_MODULES \
7 ngx_http_compose_filter_module" 13 ngx_http_compose_filter_module"
8 14
9 HTTP_RANGE_BODY_FILTER_MODULE="$HTTP_RANGE_BODY_FILTER_MODULE \ 15 HTTP_RANGE_BODY_FILTER_MODULE="$HTTP_RANGE_BODY_FILTER_MODULE \