Adding geoip block to Superintendent for testing

Этот коммит содержится в:
2025-12-02 14:47:29 -06:00
родитель ad6e48d7e0
Коммит 18cc3380d6

Просмотреть файл

@@ -13,6 +13,12 @@ server {
# include conf/local.conf;
include conf/letsencrypt.conf;
# GeoIP block
if ($deny) {
return 503;
}
# Handle the location
location /
{
proxy_set_header Host $http_host;