diff src/http/ngx_http_core_module.h @ 4495:b4379a91f9b5

Disable symlinks: added the "from=" parameter to the "disable_symlinks" directive.
author Valentin Bartenev <vbart@nginx.com>
date Mon, 27 Feb 2012 16:54:10 +0000
parents 13e09cf11d4e
children ed3d0cc6de5a
line wrap: on
line diff
--- a/src/http/ngx_http_core_module.h	Mon Feb 27 16:51:28 2012 +0000
+++ b/src/http/ngx_http_core_module.h	Mon Feb 27 16:54:10 2012 +0000
@@ -406,6 +406,7 @@
 
 #if (NGX_HAVE_OPENAT)
     ngx_uint_t    disable_symlinks;        /* disable_symlinks */
+    ngx_http_complex_value_t  *disable_symlinks_from;
 #endif
 
     ngx_array_t  *error_pages;             /* error_page */