From 890fc9659609396f9df4dff47a2be77cd652fe55 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Sun, 20 Jul 2003 21:15:59 +0000 Subject: nginx-0.0.1-2003-07-21-01:15:59 import --- src/core/ngx_config.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/core/ngx_config.h') diff --git a/src/core/ngx_config.h b/src/core/ngx_config.h index 4d7f86d59..3621f8cf8 100644 --- a/src/core/ngx_config.h +++ b/src/core/ngx_config.h @@ -32,6 +32,13 @@ #endif +#ifndef NGX_SERVER_ROOT +#define NGX_SERVER_ROOT "./" +#if 0 +#define NGX_SERVER_ROOT "/usr/local/nginx/" +#endif +#endif + #if !(WIN32) -- cgit