mirror of
https://github.com/nginx/nginx.git
synced 2026-06-20 07:32:44 +00:00
xslt_stylesheet should be valid for location only
This commit is contained in:
parent
c097e83881
commit
f8c0d8ade9
1 changed files with 1 additions and 1 deletions
|
|
@ -138,7 +138,7 @@ static ngx_command_t ngx_http_xslt_filter_commands[] = {
|
|||
NULL },
|
||||
|
||||
{ ngx_string("xslt_stylesheet"),
|
||||
NGX_HTTP_MAIN_CONF|NGX_HTTP_SRV_CONF|NGX_HTTP_LOC_CONF|NGX_CONF_1MORE,
|
||||
NGX_HTTP_LOC_CONF|NGX_CONF_1MORE,
|
||||
ngx_http_xslt_stylesheet,
|
||||
NGX_HTTP_LOC_CONF_OFFSET,
|
||||
0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue