最佳答案
使用XSLT可以使用xslt module自定义autoindex的xml输出:
原文链接:/nginx/435559.htmllocation / {
autoindex on;
autoindex_format xml;
xslt_stylesheet /path/to/custom.xslt
}
这就是我在这个项目上所做的:ngx-superbindex