O
O
OKNOZA2015-05-29 10:09:28
Nginx
OKNOZA, 2015-05-29 10:09:28

Proxy pass comes with Nginx by default?

Now I have Nginx like this.

--with-cc=cl --builddir=objs.msvc8 --with-debug --prefix= -
-conf-path=conf/nginx.conf --pid-path=logs/nginx.pid --http-log-path=logs/access
.log --error-log-path=logs/error.log --sbin-path=nginx.exe --http-client-body-te
mp-path=temp/client_body_temp --http-proxy-temp-path=temp/proxy_temp --http-fast
cgi-temp-path=temp/fastcgi_temp --http-scgi-temp-path=temp/scgi_temp --http-uwsg
i-temp-path=temp/uwsgi_temp --with-cc-opt=-DFD_SETSIZE=1024 --with-pcre=objs.msv
c8/lib/pcre-8.35 --with-zlib=objs.msvc8/lib/zlib-1.2.8 --with-select_module --wi
th-http_realip_module --with-http_addition_module --with-http_sub_module --with-
http_dav_module --with-http_stub_status_module --with-http_flv_module --with-htt
p_mp4_module --with-http_gunzip_module --with-http_gzip_static_module --with-htt
p_auth_request_module --with-http_random_index_module --with-http_secure_link_mo
dule --with-mail --with-openssl=objs.msvc8/lib/openssl-1.0.1m --with-openssl-opt
=enable-tlsext --with-http_ssl_module --with-mail_ssl_module --with-ipv6

There is a Proxy, but it's not the same, I understand correctly, you need to collect the Proxy pass separately?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vit, 2015-05-29
@fornit1917

proxy_pass comes out of the box

S
Softer, 2015-05-29
@Softer

nginx.org/ru/docs/http/ngx_http_proxy_module.html
As you can see, the proxy_pass directive is from the proxy module.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question