diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2004-04-25 20:13:21 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2004-04-25 20:13:21 +0000 |
| commit | 3f4685f3ded30199ec0c61f98b016f5880330422 (patch) | |
| tree | 9b633e6681f3b02123700dea850ba0083eb4d6cb /auto/modules | |
| parent | a040f00167fa64e0bd5ea85f3c0551358e0ee544 (diff) | |
| download | nginx-3f4685f3ded30199ec0c61f98b016f5880330422.tar.gz nginx-3f4685f3ded30199ec0c61f98b016f5880330422.tar.bz2 | |
nginx-0.0.3-2004-04-26-00:13:21 import
Diffstat (limited to 'auto/modules')
| -rw-r--r-- | auto/modules | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/auto/modules b/auto/modules index 8fcaf8a22..d06631d20 100644 --- a/auto/modules +++ b/auto/modules @@ -78,8 +78,9 @@ if [ $HTTP_PROXY = YES ]; then fi -modules="$CORE_MODULES $EVENT_MODULES $HTTP_MODULES \ - $HTTP_FILTER_MODULES $HTTP_NOT_MODIFIED_FILTER_MODULE" +modules="$CORE_MODULES $EVENT_MODULES $HTTP_MODULES $HTTP_FILTER_MODULES \ + $HTTP_HEADERS_FILTER_MODULE \ + $HTTP_NOT_MODIFIED_FILTER_MODULE" echo "#include <ngx_config.h>" > $NGX_MODULES_C |
