Skip to content

Commit 033eaad

Browse files
committed
Revert "FIX: Set the Host header in the nginx.conf upstream block"
This reverts commit d8a363b. Support for this was removed in nginx - I was unintentionally testing on an old version
1 parent d8a363b commit 033eaad

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

templates/web.template.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ run:
146146
filename: "/etc/nginx/conf.d/discourse.conf"
147147
from: /upstream[^\}]+\}/m
148148
to: "upstream discourse {
149-
set_header Host $http_host;
150149
server 127.0.0.1:3000;
151150
}"
152151

0 commit comments

Comments
 (0)