首页 > 代码库 > nginx常用配置文件模块
nginx常用配置文件模块
pcre 正则表达式在线测试和学习站点。
https://regex101.com/
1 开启autoindex功能,当需要提供ftp http协议的下载文件功能的时候比较有作用
Module ngx_http_autoindex_module
参考:http://nginx.org/en/docs/http/ngx_http_autoindex_module.html
location / { autoindex on; autoindex_localtime on; autoindex_exact_size off; }
2 开启tengine开源的功能模块 concat。
参考:https://www.nginx.com/resources/wiki/modules/concat/
location / { concat on; concat_max_files 60; concat_ignore_file_error off; concat_types text/css application/x-javascript; }
本文出自 “燕子李三” 博客,请务必保留此出处http://cuidehua.blog.51cto.com/5449828/1874747
nginx常用配置文件模块
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。