From 196edee41859e873cf0dbe935537578064a2ad50 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Thu, 19 Dec 2024 15:49:36 -0500 Subject: [PATCH] Revert "FIX: Set the Host header in the nginx.conf upstream block" This reverts commit d8a363b60e92fff3ba2338daa6cdb1b04bff3680. Support for this was removed in nginx - I was unintentionally testing on an old version --- templates/web.template.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/web.template.yml b/templates/web.template.yml index 5a7c18790..d5dd09526 100644 --- a/templates/web.template.yml +++ b/templates/web.template.yml @@ -146,7 +146,6 @@ run: filename: "/etc/nginx/conf.d/discourse.conf" from: /upstream[^\}]+\}/m to: "upstream discourse { - set_header Host $http_host; server 127.0.0.1:3000; }"