aboutsummaryrefslogtreecommitdiff
path: root/src/http/modules/ngx_http_index_handler.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2002-12-19 07:08:55 +0000
committerIgor Sysoev <igor@sysoev.ru>2002-12-19 07:08:55 +0000
commit8809257531cc21aab3a25bb487e9424175cdfddd (patch)
tree42efffb011487a9e62014a7aee1607d51f233dd6 /src/http/modules/ngx_http_index_handler.c
parent140464d638353addea305e73d247ca6711f668aa (diff)
downloadnginx-8809257531cc21aab3a25bb487e9424175cdfddd.tar.gz
nginx-8809257531cc21aab3a25bb487e9424175cdfddd.zip
nginx-0.0.1-2002-12-19-10:08:55 import
Diffstat (limited to 'src/http/modules/ngx_http_index_handler.c')
-rw-r--r--src/http/modules/ngx_http_index_handler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/modules/ngx_http_index_handler.c b/src/http/modules/ngx_http_index_handler.c
index db3e3ccfe..d2084f057 100644
--- a/src/http/modules/ngx_http_index_handler.c
+++ b/src/http/modules/ngx_http_index_handler.c
@@ -4,7 +4,7 @@
#include <ngx_errno.h>
#include <ngx_string.h>
#include <ngx_files.h>
-#include <ngx_config_command.h>
+#include <ngx_config_file.h>
#include <ngx_http.h>
#include <ngx_http_config.h>
#include <ngx_http_index_handler.h>