Update docker/nginx-geoip.conf

This commit is contained in:
2024-03-30 20:07:30 +00:00
parent 6ba8680774
commit 9c73d5b365

View File

@@ -28,5 +28,9 @@ http {
#gzip on;
include /etc/nginx/conf.d/*.conf;
include /etc/nginx/conf.d/sites/*.conf;
}
stream {
include /etc/nginx/conf.d/streams/*.conf;
}