diff src/core/ngx_config.h @ 119:cd54bcbaf3b5

nginx-0.0.1-2003-07-21-01:15:59 import
author Igor Sysoev <igor@sysoev.ru>
date Sun, 20 Jul 2003 21:15:59 +0000
parents 571bcbff82c5
children 8dee38ea9117
line wrap: on
line diff
--- a/src/core/ngx_config.h	Fri Jul 18 14:44:05 2003 +0000
+++ b/src/core/ngx_config.h	Sun Jul 20 21:15:59 2003 +0000
@@ -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)