]> git.kaiwu.me - nginx.git/commit
r1340, r1341 merge:
authorIgor Sysoev <igor@sysoev.ru>
Sat, 22 Sep 2007 18:44:30 +0000 (18:44 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Sat, 22 Sep 2007 18:44:30 +0000 (18:44 +0000)
commit0688e927d6f1ecb75155203711cbb73ad07d5345
tree04a02f87f3a460a5348876421a90bb87c270c1bd
parente8c487cde3114c836f083b8ab1201889e8f383a2
r1340, r1341 merge:

fix case when two directives
    proxy_pass   http://backend;
    proxy_pass   https://backend;
both use one port - 80 or 443, that was defined first.
src/http/modules/ngx_http_proxy_module.c
src/http/ngx_http_upstream.c