diff src/http/modules/ngx_http_proxy_module.c @ 310:95d92ec39071 NGINX_0_5_25

nginx 0.5.25 *) Bugfix: nginx could not be built with the --without-http_rewrite_module parameter; bug appeared in 0.5.24.
author Igor Sysoev <http://sysoev.ru>
date Mon, 11 Jun 2007 00:00:00 +0400
parents 30862655219e
children fc223117327f
line wrap: on
line diff
--- a/src/http/modules/ngx_http_proxy_module.c
+++ b/src/http/modules/ngx_http_proxy_module.c
@@ -2122,14 +2122,14 @@ ngx_http_proxy_pass(ngx_conf_t *cf, ngx_
 {
     ngx_http_proxy_loc_conf_t *plcf = conf;
 
-    u_char                      *p;
-    size_t                       add;
-    u_short                      port;
-    ngx_str_t                   *value, *url;
-    ngx_url_t                    u;
-    ngx_http_core_loc_conf_t    *clcf;
+    u_char                    *p;
+    size_t                     add;
+    u_short                    port;
+    ngx_str_t                 *value, *url;
+    ngx_url_t                  u;
+    ngx_http_core_loc_conf_t  *clcf;
 #if (NGX_HTTP_SSL)
-    ngx_pool_cleanup_t          *cln;
+    ngx_pool_cleanup_t        *cln;
 #endif
 
     if (plcf->upstream.schema.len) {