mirror of
https://github.com/nginx/nginx.git
synced 2025-06-12 21:52:41 +08:00
style fix
This commit is contained in:
parent
35e5db1c6b
commit
6c8e74bcd4
@ -2122,14 +2122,14 @@ ngx_http_proxy_pass(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
|
|||||||
{
|
{
|
||||||
ngx_http_proxy_loc_conf_t *plcf = conf;
|
ngx_http_proxy_loc_conf_t *plcf = conf;
|
||||||
|
|
||||||
u_char *p;
|
u_char *p;
|
||||||
size_t add;
|
size_t add;
|
||||||
u_short port;
|
u_short port;
|
||||||
ngx_str_t *value, *url;
|
ngx_str_t *value, *url;
|
||||||
ngx_url_t u;
|
ngx_url_t u;
|
||||||
ngx_http_core_loc_conf_t *clcf;
|
ngx_http_core_loc_conf_t *clcf;
|
||||||
#if (NGX_HTTP_SSL)
|
#if (NGX_HTTP_SSL)
|
||||||
ngx_pool_cleanup_t *cln;
|
ngx_pool_cleanup_t *cln;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (plcf->upstream.schema.len) {
|
if (plcf->upstream.schema.len) {
|
||||||
|
Loading…
Reference in New Issue
Block a user