diff options
Diffstat (limited to 'src/http/ngx_http_variables.h')
-rw-r--r-- | src/http/ngx_http_variables.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/http/ngx_http_variables.h b/src/http/ngx_http_variables.h index 6624535aa..d986c7d21 100644 --- a/src/http/ngx_http_variables.h +++ b/src/http/ngx_http_variables.h @@ -30,6 +30,7 @@ typedef ngx_http_variable_value_t * #define NGX_HTTP_VAR_CHANGABLE 1 #define NGX_HTTP_VAR_NOCACHABLE 2 +#define NGX_HTTP_VAR_INDEXED 4 struct ngx_http_variable_s { |