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



location / {
    ________ http://proxiedserver:8080;
}

A. remote_proxy
B. reverse_proxy
C. proxy_reverse
D. proxy_pass
E. forward_to

題解

答案是選項「D」。