From ef1c1d8ba1c1af16e3626121a0330cc3f87903af Mon Sep 17 00:00:00 2001 From: ThompsonNye Date: Sat, 28 Jun 2025 17:46:14 +0200 Subject: [PATCH] Fix resolver by always using local resolver --- src/Vegasco-Web/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Vegasco-Web/nginx.conf b/src/Vegasco-Web/nginx.conf index b563b2b..2fc7d50 100644 --- a/src/Vegasco-Web/nginx.conf +++ b/src/Vegasco-Web/nginx.conf @@ -2,7 +2,7 @@ events { } http { include mime.types; - resolver 8.8.8.8 8.8.4.4 1.1.1.1 127.0.0.11; + resolver 127.0.0.11; include /etc/nginx/conf.d/webserver.conf; }