commit | 1393325df8b1f530bf5c257fde39c26e8333d8d7 | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Thu May 29 13:02:09 2003 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Thu May 29 13:02:09 2003 +0000 |
tree | fa29f174c74ea518d2115bc069df3789c6e62622 | |
parent | 6253ca1b62c24bbac8c380d4ae64353b671ad7ef [diff] [blame] |
nginx-0.0.1-2003-05-29-17:02:09 import
diff --git a/src/core/nginx.c b/src/core/nginx.c index c2fdc87..e1894f4 100644 --- a/src/core/nginx.c +++ b/src/core/nginx.c
@@ -90,8 +90,8 @@ conf.module_type = NGX_CORE_MODULE; conf.cmd_type = NGX_MAIN_CONF; - conf_file.len = sizeof("nginx.conf") - 1; - conf_file.data = "nginx.conf"; + conf_file.len = sizeof(NGINX_CONF) - 1; + conf_file.data = NGINX_CONF; if (ngx_conf_parse(&conf, &conf_file) != NGX_CONF_OK) { return 1;