]> git.kaiwu.me - nginx.git/commit
fix case when two directives
authorIgor Sysoev <igor@sysoev.ru>
Mon, 23 Jul 2007 12:35:21 +0000 (12:35 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 23 Jul 2007 12:35:21 +0000 (12:35 +0000)
commit32b787560ac2d7bd4b15fe2d8d6a4786e00b96e3
tree1a725899b84bbd2a9c159cb634f5633d85c092aa
parent5bb2112c27702248e3e6cbb83625821937453b17
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/ngx_http_upstream.c