nerdexam
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)
  • A
    6% (1)
  • B
    13% (2)
  • C
    75% (12)
  • D
    6% (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.

Full 202-450 Practice