mirror of
https://github.com/nginx/nginx.git
synced 2025-06-11 12:22:41 +08:00
xslt_stylesheet should be valid for location only
This commit is contained in:
parent
c097e83881
commit
f8c0d8ade9
@ -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…
Reference in New Issue
Block a user