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

This commit is contained in:
Mark Andrews 2019-11-05 12:56:18 +11:00
parent e0fe33506c
commit fcd765a59d

View file

@ -65,7 +65,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