diff options
Diffstat (limited to 'auto/lib/conf')
| -rw-r--r-- | auto/lib/conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/auto/lib/conf b/auto/lib/conf index f52c90492..edb15bc3b 100644 --- a/auto/lib/conf +++ b/auto/lib/conf @@ -67,6 +67,9 @@ if [ $USE_PERL = YES ]; then . auto/lib/perl/conf fi +if [ $HTTP_GEOIP = YES ]; then + . auto/lib/geoip/conf +fi if [ $NGX_GOOGLE_PERFTOOLS = YES ]; then . auto/lib/google-perftools/conf fi |
