From 9bf11aa19366f45bcd10a0917034acb45f89b259 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 16 Jan 2006 14:56:53 +0000 Subject: nginx-0.3.21-RELEASE import *) Feature: the ngx_http_perl_module. *) Change: the "valid_referers" directive allows the referreres without URI part. --- auto/lib/conf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'auto/lib/conf') diff --git a/auto/lib/conf b/auto/lib/conf index 70053b554..62d6029bb 100644 --- a/auto/lib/conf +++ b/auto/lib/conf @@ -26,3 +26,7 @@ fi if [ $USE_ZLIB = YES ]; then . auto/lib/zlib/conf fi + +if [ $USE_PERL = YES ]; then + . auto/lib/perl/conf +fi -- cgit