我的服务器配置
server {
listen 80;
location = / {
proxy_pass http://127.0.0.1:8984;
xslt_stylesheet /path/to/app.xslt;
}
}
nginx 配置为 --with-http_xslt_module
样式表不适用,
我还需要做什么吗?
我的服务器配置
server {
listen 80;
location = / {
proxy_pass http://127.0.0.1:8984;
xslt_stylesheet /path/to/app.xslt;
}
}
nginx 配置为 --with-http_xslt_module
样式表不适用,
我还需要做什么吗?