diff options
Diffstat (limited to 'src/http/ngx_http.c')
-rw-r--r-- | src/http/ngx_http.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/http/ngx_http.c b/src/http/ngx_http.c index 7e4fab7f6..bfb7c6b13 100644 --- a/src/http/ngx_http.c +++ b/src/http/ngx_http.c @@ -44,12 +44,12 @@ static ngx_command_t ngx_http_commands[] = { ngx_null_command }; - + static ngx_core_module_t ngx_http_module_ctx = { ngx_string("http"), NULL, NULL -}; +}; ngx_module_t ngx_http_module = { @@ -438,7 +438,7 @@ ngx_http_block(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) } /* - * check the duplicate "default" server + * check the duplicate "default" server * for this address:port */ |