From 45274f6145a4dd826f081a4d475fc472ddb998d2 Mon Sep 17 00:00:00 2001 From: zino Date: Tue, 5 Dec 2023 19:16:21 +0100 Subject: [PATCH] m --- volumes/conf.d/code.zinomedia.de.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/volumes/conf.d/code.zinomedia.de.conf b/volumes/conf.d/code.zinomedia.de.conf index 82087d8..5d55a76 100644 --- a/volumes/conf.d/code.zinomedia.de.conf +++ b/volumes/conf.d/code.zinomedia.de.conf @@ -21,7 +21,7 @@ server { include "snippets/enable-vouch.conf"; location / { - resolver 127.0.0.11; + #resolver 127.0.0.11; set $upstream "code-server:8443"; @@ -33,7 +33,7 @@ server { proxy_headers_hash_max_size 512; proxy_headers_hash_bucket_size 128; proxy_read_timeout 3600; - proxy_set_header Host $http_host; # vouch: be sure to pass the original host header + proxy_set_header Host $http_host; proxy_pass http://$upstream; } }