aboutsummaryrefslogtreecommitdiff
path: root/src/http/modules/ngx_http_uwsgi_module.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/http/modules/ngx_http_uwsgi_module.c')
-rw-r--r--src/http/modules/ngx_http_uwsgi_module.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/modules/ngx_http_uwsgi_module.c b/src/http/modules/ngx_http_uwsgi_module.c
index 0cfaedead..0ddea57df 100644
--- a/src/http/modules/ngx_http_uwsgi_module.c
+++ b/src/http/modules/ngx_http_uwsgi_module.c
@@ -510,7 +510,7 @@ ngx_http_uwsgi_handler(ngx_http_request_t *r)
} else {
ngx_str_set(&u->schema, "uwsgi://");
- }
+ }
#else
ngx_str_set(&u->schema, "uwsgi://");
#endif