commit | bffd3196cfd7f262b659fb0b2cab98822d7f79c5 | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Tue Apr 28 06:20:12 2009 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Tue Apr 28 06:20:12 2009 +0000 |
tree | 3de59d9e4f40094bae1bb2e7db9aa179a73dc826 | |
parent | 2cc2893bc169e32365c04154a0e80d63f8b07b10 [diff] |
"port_in_redirect off" did not work the bug had been appeared in r2530 and r2534
diff --git a/src/http/ngx_http_header_filter_module.c b/src/http/ngx_http_header_filter_module.c index 21ee3bb..332fceb 100644 --- a/src/http/ngx_http_header_filter_module.c +++ b/src/http/ngx_http_header_filter_module.c
@@ -357,6 +357,9 @@ else #endif port = (port == 80) ? 0 : port; + + } else { + port = 0; } if (port) {