LPI
202-450 · Question #289
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 ... }
The correct answer is C. proxy_set_header. You've hit your weekly limit · resets 5am (America/New_York)
HTTP Services
Question
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 ... }
Options
- Aproxy_pass_header
- Bproxy_forward_header
- Cproxy_set_header
- Dproxy_header
How the community answered
(16 responses)- A6% (1)
- B13% (2)
- C75% (12)
- D6% (1)
Explanation
You've hit your weekly limit · resets 5am (America/New_York)
Topics
#Nginx#proxy_set_header#Host header#reverse proxy
Community Discussion
No community discussion yet for this question.