diff options
author | Igor Sysoev <igor@sysoev.ru> | 2002-12-19 07:08:55 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2002-12-19 07:08:55 +0000 |
commit | 8809257531cc21aab3a25bb487e9424175cdfddd (patch) | |
tree | 42efffb011487a9e62014a7aee1607d51f233dd6 /src/http/modules/ngx_http_index_handler.c | |
parent | 140464d638353addea305e73d247ca6711f668aa (diff) | |
download | nginx-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.c | 2 |
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> |