what keyword is missing from the following configuration sample?

When trying to reverse proxy a web server through Nginx, what keyword is missing from the
following configuration sample? location / { _________ http://proxiedserver:8080; }

When trying to reverse proxy a web server through Nginx, what keyword is missing from the
following configuration sample? location / { _________ http://proxiedserver:8080; }

A.
reverse_proxy

B.
proxy_reverse

C.
proxy_pass

D.
remote_proxy



Leave a Reply 0

Your email address will not be published. Required fields are marked *