]> TLD Linux GIT Repositories - packages/lighttpd.git/blobdiff - lighttpd-mod_geoip.conf
- updated to 1.4.45, cleanup
[packages/lighttpd.git] / lighttpd-mod_geoip.conf
diff --git a/lighttpd-mod_geoip.conf b/lighttpd-mod_geoip.conf
new file mode 100644 (file)
index 0000000..1474b92
--- /dev/null
@@ -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"