comparison src/http/modules/ngx_http_uwsgi_module.c @ 3554:36b3c1b21544

delete unneeded declaration
author Igor Sysoev <igor@sysoev.ru>
date Tue, 01 Jun 2010 20:23:14 +0000
parents b4a60663f6c0
children bc734cf061b0
comparison
equal deleted inserted replaced
3553:b4a60663f6c0 3554:36b3c1b21544
83 { ngx_string("X-Accel-Expires"), NGX_HTTP_UPSTREAM_IGN_XA_EXPIRES }, 83 { ngx_string("X-Accel-Expires"), NGX_HTTP_UPSTREAM_IGN_XA_EXPIRES },
84 { ngx_string("Expires"), NGX_HTTP_UPSTREAM_IGN_EXPIRES }, 84 { ngx_string("Expires"), NGX_HTTP_UPSTREAM_IGN_EXPIRES },
85 { ngx_string("Cache-Control"), NGX_HTTP_UPSTREAM_IGN_CACHE_CONTROL }, 85 { ngx_string("Cache-Control"), NGX_HTTP_UPSTREAM_IGN_CACHE_CONTROL },
86 { ngx_null_string, 0 } 86 { ngx_null_string, 0 }
87 }; 87 };
88
89
90 ngx_module_t ngx_http_uwsgi_module;
91 88
92 89
93 static ngx_command_t ngx_http_uwsgi_commands[] = { 90 static ngx_command_t ngx_http_uwsgi_commands[] = {
94 91
95 { ngx_string("uwsgi_pass"), 92 { ngx_string("uwsgi_pass"),