added geoip2 configs

This commit is contained in:
gilbN
2020-09-20 23:30:06 +02:00
parent e7ee9431b5
commit 57b70d654b
3 changed files with 92 additions and 0 deletions

View File

@@ -87,6 +87,13 @@ http {
include /config/nginx/site-confs/*;
lua_load_resty_core off;
##
# Geoip2 config
##
# Uncomment to add the Geoip2 configs needed to geo block countries/cities.
##
#include /config/nginx/geoip2.conf;
}