Welcome

首页 / 操作系统 / 服务器配置 / nginx禁止dedecms目录php执行权限

复制代码 代码如下:
location ~* ^/(data|uploads|templets|special|html|erwe)/.*.(php|php5)$
{
deny all;
}