The default geoip-directory should be <MAXMINDDB_PREFIX>/share/GeoIP

(cherry picked from commit fcd765a59d)
This commit is contained in:
Mark Andrews
2019-11-06 11:50:09 +11:00
parent ee0a70a67f
commit 7e79ebeeba
+1 -1
View File
@@ -71,7 +71,7 @@ options {\n\
" files unlimited;\n"
#endif
#if defined(HAVE_GEOIP2) && !defined(WIN32)
" geoip-directory \"" MAXMINDDB_PREFIX "/share/GeoIP2\";\n"
" geoip-directory \"" MAXMINDDB_PREFIX "/share/GeoIP\";\n"
#elif defined(HAVE_GEOIP2)
" geoip-directory \".\";\n"
#endif