diff options
author | Igor Sysoev <igor@sysoev.ru> | 2007-07-23 12:32:34 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2007-07-23 12:32:34 +0000 |
commit | 5bb2112c27702248e3e6cbb83625821937453b17 (patch) | |
tree | b85f77f6e7ba93c7c92b7c64ccb4668ce37d274f /src/http/modules/ngx_http_proxy_module.c | |
parent | 7dbb7c881d403678d85e0fd2447e59ca19437271 (diff) | |
download | nginx-5bb2112c27702248e3e6cbb83625821937453b17.tar.gz nginx-5bb2112c27702248e3e6cbb83625821937453b17.zip |
style fix
Diffstat (limited to 'src/http/modules/ngx_http_proxy_module.c')
-rw-r--r-- | src/http/modules/ngx_http_proxy_module.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/http/modules/ngx_http_proxy_module.c b/src/http/modules/ngx_http_proxy_module.c index c999adea2..0828264de 100644 --- a/src/http/modules/ngx_http_proxy_module.c +++ b/src/http/modules/ngx_http_proxy_module.c @@ -2237,6 +2237,7 @@ ngx_http_proxy_pass(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) if (port == 80) { plcf->port.len = sizeof("80") - 1; plcf->port.data = (u_char *) "80"; + } else { plcf->port.len = sizeof("443") - 1; plcf->port.data = (u_char *) "443"; |