Commit Graph

2 Commits

Author SHA1 Message Date
Min RK
603c59a307 use $http_host in nginx proxy header
$host is the hostname, $http_host is `hostname[:port]`, which is what's needed here

$host works fine in the example because it uses the default port 80, but if it's on a different port
it will differ from the http Host header, resulting in cross-origin check errors.
2024-01-11 09:17:08 +01:00
alwasega
f825973588 Moved second half of HowTo documentation 2023-01-27 11:32:41 +03:00