modified: docker/nginx-geoip.conf
Some checks failed
/ build-docker-image (push) Failing after 19s

This commit is contained in:
2024-09-15 06:11:11 +01:00
parent 300e6da5e2
commit 3546ed1a9a

View File

@@ -1,13 +1,9 @@
load_module modules/ngx_http_geoip_module.so;
events {
worker_connections 1024;
}
http {
geoip_country /etc/nginx/dbip-country.dat;
geoip_city /etc/nginx/dbip-city.dat;