X-Git-Url: https://git.tld-linux.org/?p=packages%2Flighttpd.git;a=blobdiff_plain;f=lighttpd-mod_geoip.conf;fp=lighttpd-mod_geoip.conf;h=1474b927f94fba9a162156a52e193a53a2d1df7a;hp=0000000000000000000000000000000000000000;hb=2bc378a1b82f8e82ab66bd2a656282134a6d05e0;hpb=82b54184faf5e32cf65c54d52bcecea5c2f03d5c diff --git a/lighttpd-mod_geoip.conf b/lighttpd-mod_geoip.conf new file mode 100644 index 0000000..1474b92 --- /dev/null +++ b/lighttpd-mod_geoip.conf @@ -0,0 +1,13 @@ +# GeoIP module. +# +# Documentation: https://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModGeoip + +server.modules += ( + "mod_geoip" +) + +# path to the geoip or geocity database +#geoip.db-filename = "/usr/share/GeoIP/GeoIP.dat" + +# default disabled +#geoip.memory-cache = "enable"