aboutsummaryrefslogtreecommitdiff
path: root/src/http/modules/ngx_http_index_handler.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2002-12-27 16:22:50 +0000
committerIgor Sysoev <igor@sysoev.ru>2002-12-27 16:22:50 +0000
commitc1817846d29be14903e40a0551f706ff50e09dcf (patch)
tree343cd7b85ba91604fbda03378be00d8b761d87df /src/http/modules/ngx_http_index_handler.c
parent6b5c0f70d7cdcc8ac9e63989efcf6911aaf9ab05 (diff)
downloadnginx-c1817846d29be14903e40a0551f706ff50e09dcf.tar.gz
nginx-c1817846d29be14903e40a0551f706ff50e09dcf.zip
nginx-0.0.1-2002-12-27-19:22:50 import
Diffstat (limited to 'src/http/modules/ngx_http_index_handler.c')
-rw-r--r--src/http/modules/ngx_http_index_handler.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/http/modules/ngx_http_index_handler.c b/src/http/modules/ngx_http_index_handler.c
index faddd743a..a85823769 100644
--- a/src/http/modules/ngx_http_index_handler.c
+++ b/src/http/modules/ngx_http_index_handler.c
@@ -1,10 +1,12 @@
#include <ngx_config.h>
+
#include <ngx_core.h>
#include <ngx_errno.h>
#include <ngx_string.h>
#include <ngx_files.h>
-#include <ngx_config_file.h>
+#include <ngx_conf_file.h>
+
#include <ngx_http.h>
#include <ngx_http_config.h>
#include <ngx_http_index_handler.h>