aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2002-09-17 17:49:32 +0000
committerIgor Sysoev <igor@sysoev.ru>2002-09-17 17:49:32 +0000
commitd4324e62a7dc6f530339cebd5ac11b17f01d6df4 (patch)
treecc4cf8902e010e3fd91aae36e4b5c369e3c81d94 /src/http/ngx_http.c
parent682bf8e9c04fbe2fc9548985cdec173b6a9dcb27 (diff)
downloadnginx-d4324e62a7dc6f530339cebd5ac11b17f01d6df4.tar.gz
nginx-d4324e62a7dc6f530339cebd5ac11b17f01d6df4.zip
nginx-0.0.1-2002-09-17-21:49:32 import
Diffstat (limited to 'src/http/ngx_http.c')
-rw-r--r--src/http/ngx_http.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http.c b/src/http/ngx_http.c
index 83ce8dd68..7cecd5d70 100644
--- a/src/http/ngx_http.c
+++ b/src/http/ngx_http.c
@@ -31,8 +31,8 @@ int ngx_http_init(ngx_pool_t *pool, ngx_log_t *log)
#if (WIN32)
ngx_http_server.doc_root = "html";
#else
- ngx_http_server.doc_root = "/home/is/work/xml/site-1.0.0/html";
ngx_http_server.doc_root = "/home/is/dox/";
+ ngx_http_server.doc_root = "/home/is/work/xml/site-1.0.0/html";
#endif
ngx_http_server.doc_root_len = strlen(ngx_http_server.doc_root) + 1;