From d32344d735b978fb7d30a9fcc4ad1141879c5433 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20Ter=C3=A4s?= Date: Thu, 14 Nov 2013 15:35:43 +0200 Subject: main/varnish: add plugin to do maxmind geoip lookups --- main/varnish/varnishd.confd | 3 +++ 1 file changed, 3 insertions(+) (limited to 'main/varnish/varnishd.confd') diff --git a/main/varnish/varnishd.confd b/main/varnish/varnishd.confd index 4d72cb7f96..354247fc74 100644 --- a/main/varnish/varnishd.confd +++ b/main/varnish/varnishd.confd @@ -19,6 +19,9 @@ VARNISH_STORAGE="file,${VARNISH_STORAGE_FILE},${VARNISH_STORAGE_SIZE}" # Varnish admin ADMINHOSTPORT="127.0.0.1:65080" +# If maxminddb.vcl is included, this adds the proper library support +# VARNISHD_PLUGIN_CFLAGS="-lmaxminddb" + # options passed to varnish on startup # please see the varnishd man page for more options VARNISHD_OPTS="-a ${VARNISH_LISTEN_ADDRESS}:${VARNISH_PORT} -s ${VARNISH_STORAGE} -T $ADMINHOSTPORT" -- cgit v1.2.3