码迷,mamicode.com
首页 > 其他好文 > 详细

Nginx笔记总结十九:nginx + fancy实现漂亮的索引目录

时间:2017-02-14 10:46:36      阅读:150      评论:0      收藏:0      [点我收藏+]

标签:figure   nbsp   精确   文件   目录   uri   href   localtime   html   

编译:./configure --prefix=/usr/local/nginx --add-module=../ngx-fancyindex-master

配置:

location / {

fancyindex on; 开启fancy索引

fancyindex_exact_size off;  不使用精确大小,使用四舍五入

fancyindex_localtime on; 使用本地时间

fancyindex_footer "myfooter.shtml"; 当前路径下的myfooter.shtml内容作为底部

}

fancyindex_css_href uri*  设置外部css路径,会替代原有的css样式

fancyindex_hreader 插入到索引页面头部,和fancyindex_footer类似

fancyindex_ignore  隐藏哪些目录或文件,支持正则表达式

fancyindex_ignore "dir*" "filea.txt"

Nginx笔记总结十九:nginx + fancy实现漂亮的索引目录

标签:figure   nbsp   精确   文件   目录   uri   href   localtime   html   

原文地址:http://www.cnblogs.com/djoker/p/6396510.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!