]> git.pld-linux.org Git - packages/lighttpd.git/blob - mod_geoip.conf
1474b927f94fba9a162156a52e193a53a2d1df7a
[packages/lighttpd.git] / mod_geoip.conf
1 # GeoIP module.
2 #
3 # Documentation: https://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModGeoip
4
5 server.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.017289 seconds and 2 git commands to generate.