exam questions

Exam 202-450 All Questions

View all questions & answers for the 202-450 exam

Exam 202-450 topic 1 question 41 discussion

Actual exam question from LPI's 202-450
Question #: 41
Topic #: 1
[All 202-450 Questions]

When trying to reverse proxy a web server through Nginx, what keyword is missing from the following configuration sample?

  • A. remote_proxy
  • B. reverse_proxy
  • C. proxy_reverse
  • D. proxy_pass
  • E. forward_to
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Armina
7 months ago
Selected Answer: D
D is correct! For example, if you want to configure Nginx as a basic reverse proxy server by http://10.1.1.252/, replace the entire server section of the configuration file with the following: server { listen 80; location / { proxy_pass http://10.1.1.252; } }
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago