aboutsummaryrefslogtreecommitdiff
path: root/src/core/ngx_file.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ngx_file.h')
-rw-r--r--src/core/ngx_file.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/ngx_file.h b/src/core/ngx_file.h
index 8cf4c7db0..33a5250bb 100644
--- a/src/core/ngx_file.h
+++ b/src/core/ngx_file.h
@@ -18,6 +18,7 @@ struct ngx_file_s {
unsigned info_valid:1;
};
+#define NGX_MAX_PATH_LEVEL 3
typedef struct {
ngx_str_t name;