diff options
author | Timo Teräs <timo.teras@iki.fi> | 2013-11-14 15:35:43 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2013-11-14 15:39:09 +0200 |
commit | d32344d735b978fb7d30a9fcc4ad1141879c5433 (patch) | |
tree | 0580961253e8344a5b1963bf2aa443deffda5d9b /main/varnish/varnishd.confd | |
parent | 6fd658a9994c9d1d1aa3447bddc8c1a15744e766 (diff) | |
download | aports-d32344d735b978fb7d30a9fcc4ad1141879c5433.tar.bz2 aports-d32344d735b978fb7d30a9fcc4ad1141879c5433.tar.xz |
main/varnish: add plugin to do maxmind geoip lookups
Diffstat (limited to 'main/varnish/varnishd.confd')
-rw-r--r-- | main/varnish/varnishd.confd | 3 |
1 files changed, 3 insertions, 0 deletions
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" |