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:
parent
d8a363b60e
commit
033eaadbbc
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
}"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue