Skip to content

Commit

Permalink
bugfix: config: avoids duplicate inclusion of the http_postpone module.
Browse files Browse the repository at this point in the history
  • Loading branch information
agentzh committed Apr 21, 2016
1 parent 52ecafd commit d0beb7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config
Expand Up @@ -41,6 +41,7 @@ fi
if [ $HTTP_POSTPONE != YES ]; then
HTTP_FILTER_MODULES="$HTTP_FILTER_MODULES $HTTP_POSTPONE_FILTER_MODULE"
HTTP_SRCS="$HTTP_SRCS $HTTP_POSTPONE_FILTER_SRCS"
HTTP_POSTPONE=YES
fi

if test -n "$ngx_module_link"; then
Expand Down

0 comments on commit d0beb7f

Please sign in to comment.