]> git.pld-linux.org Git - packages/lighttpd.git/blame - mod_geoip.conf
up to 1.4.47, fixes regressions in 1.4.46
[packages/lighttpd.git] / mod_geoip.conf
CommitLineData
51b49ca1
ER
1# GeoIP module.
2#
3# Documentation: https://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModGeoip
4
5server.modules += (
6 "mod_geoip"
7)
8
9# path to the geoip or geocity database
10#geoip.db-filename = "/usr/share/GeoIP/GeoIP.dat"
11
12# default disabled
13#geoip.memory-cache = "enable"
This page took 0.030939 seconds and 4 git commands to generate.