来访~193877 文章~127 评论~30

标签: nginx

2022年7月15日 阅读: 1,081 次

nginx禁止访问某个后缀名的文件

web项目中一些配置文件比如ini文件,cfg文件,或者静态的模板dwt、lbi文件等,需要设置禁止访问,不然可以直接在浏览器上下载。

location ~* \.(ini|docx|txt|d[……]

继续阅读