Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FIX: Set the Host header in the nginx.conf upstream block
Using e.g. `proxy_pass http://discourse` resets the Host header on the upstream request to `discourse`. This would break multisites, so we don't want that; the most effetive way to ensure it's set properly is to `set_header` in the upstream block.
- Loading branch information