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
When trying to reverse proxy a web server through Nginx, what keyword is missing from the
following configuration sample?
<code>
location / {
_________ http://proxiedserver:8080;
}
</code>
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