comparison 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
comparison
equal deleted inserted replaced
4494:13e09cf11d4e 4495:b4379a91f9b5
404 #endif 404 #endif
405 #endif 405 #endif
406 406
407 #if (NGX_HAVE_OPENAT) 407 #if (NGX_HAVE_OPENAT)
408 ngx_uint_t disable_symlinks; /* disable_symlinks */ 408 ngx_uint_t disable_symlinks; /* disable_symlinks */
409 ngx_http_complex_value_t *disable_symlinks_from;
409 #endif 410 #endif
410 411
411 ngx_array_t *error_pages; /* error_page */ 412 ngx_array_t *error_pages; /* error_page */
412 ngx_http_try_file_t *try_files; /* try_files */ 413 ngx_http_try_file_t *try_files; /* try_files */
413 414