From 99629c267fafc90195d04b452e6b4f3d9a410f56 Mon Sep 17 00:00:00 2001 From: ChKendel <79915315+ChKendel@users.noreply.github.com> Date: Sat, 14 Feb 2026 12:40:35 +0100 Subject: [PATCH] http section bearbeitet --- nginx.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nginx.conf b/nginx.conf index 7b8c13a..e05eeda 100644 --- a/nginx.conf +++ b/nginx.conf @@ -1,5 +1,8 @@ error_log /var/log/nginx/error.log info; +resolver 127.0.0.11 valid=30s; +resolver_timeout 5s; + map $http_upgrade $connection_upgrade { default upgrade; '' close;