commit | 9bf11aa19366f45bcd10a0917034acb45f89b259 | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Mon Jan 16 14:56:53 2006 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Mon Jan 16 14:56:53 2006 +0000 |
tree | c7231ce937ab196c89608185e59ab544224e4da8 | |
parent | 243edbb727c49ac25355e109a097f1ca2d9e1e44 [diff] [blame] |
nginx-0.3.21-RELEASE import *) Feature: the ngx_http_perl_module. *) Change: the "valid_referers" directive allows the referreres without URI part.
diff --git a/auto/lib/conf b/auto/lib/conf index 70053b5..62d6029 100644 --- a/auto/lib/conf +++ b/auto/lib/conf
@@ -26,3 +26,7 @@ if [ $USE_ZLIB = YES ]; then . auto/lib/zlib/conf fi + +if [ $USE_PERL = YES ]; then + . auto/lib/perl/conf +fi