Revert "FIX: Set the Host header in the nginx.conf upstream block"

This reverts commit d8a363b60e.

Support for this was removed in nginx - I was unintentionally testing on an old version
This commit is contained in:
Michael Brown 2024-12-19 15:49:36 -05:00 committed by Michael Brown
parent d8a363b60e
commit 033eaadbbc

View file

@ -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;
}"