docker-nginx-basic-auth
docker-nginx-basic-auth copied to clipboard
Forward original Host header to upstream
Hello
The Host header is from now not forwarded to upstream server.
This commit use a "hack" in order to prevent the $host var to be substitute by envsubst and allow nginx to send host header.
Feel free to comment.
Regards