From 031fa6af9c7524ccf94ec585e62d7c4c7977bf74 Mon Sep 17 00:00:00 2001 From: bitwhisker Date: Sun, 2 Aug 2026 16:45:50 +0200 Subject: [PATCH] light(host): remove resolver from nginx conf --- resources/z9/light/nginx/light.conf | 6 ------ 1 file changed, 6 deletions(-) diff --git a/resources/z9/light/nginx/light.conf b/resources/z9/light/nginx/light.conf index 18e2a41e..7c10e96e 100644 --- a/resources/z9/light/nginx/light.conf +++ b/resources/z9/light/nginx/light.conf @@ -12,9 +12,6 @@ server { # verify chain of trust of OCSP response using Root CA and Intermediate certs ssl_trusted_certificate /etc/letsencrypt/live/light-werkstatt.ccchh.net/chain.pem; - # replace with the IP address of your resolver - #resolver 10.31.208.1; # is this needed? - location / { proxy_pass http://127.0.0.1:8081; proxy_set_header Host $host; @@ -37,9 +34,6 @@ server { # verify chain of trust of OCSP response using Root CA and Intermediate certs ssl_trusted_certificate /etc/letsencrypt/live/light.ccchh.net/chain.pem; - # replace with the IP address of your resolver - #resolver 10.31.208.1; # is this needed? - location / { proxy_pass http://127.0.0.1:8080; proxy_set_header Host $host;