nginx 禁止访问规则怎么写
这里有个问题如果想让网站 http://file:///C:\Users\puffbaby\AppData\Local\Temp\%W@GJ$ACOF(TYDYECOKVDYB.pngwww.cctc.com/live/index.html 目录可以访问
但拒绝类似http://file:///C:\Users\puffbaby\AppData\Local\Temp\%W@GJ$ACOF(TYDYECOKVDYB.pngwww.cctc.com/live/123.html http://file:///C:/Users/puffbaby/AppData/Local/Temp/%W@GJ$ACOF(TYDYECOKVDYB.pngwww.cctc.com/live/1.html这样的地址,也就是内容页文件名是纯数字名称的被禁止访问
nginx规则 该怎么写 location ^~ /live/(+).html {
deny all;
}
回复 2# 的帖子
谢谢军哥 :victory: :)
页:
[1]