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
...
Log in to ExamTopics
Sign in:
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.
Armina
7 months ago