When trying to reverse proxy a web server through Nginx, what keyword is required to pass
the Host header from the original request to the proxied server? … { _________ Host $host
… }
A.
proxy_header
B.
proxy_pass_header
C.
proxy_forward_header
D.
proxy_set_header