nginx禁止执行php脚本
nginx禁止执行php脚本,代码如下
禁止制定目录执行php脚本
1
2
3
4
location ~ .*\.(php)?$
{
deny all;
}
1
2
3
4
5
location /upload/ {
location ~ .*\.(php)?$
{
deny all;
}
💘 相关文章
- 专注于写作的轻量级PHP博客程序-chyrp安装搭建配置记录
- digitalocean開源nginx可視化配置工具,非常適合新手小白,支持漢化
- nginx nginx "--with-ipv6" option is deprecated 问题
- Nginx – Unit nginx.service is masked的解决方法
- nginx 反向代理后端并缓存数据的方法
- Mac Os 系統下php mysql 集成开发环境工具mdserver
- 国产版的Chevereto免费PHP开源图床程序-Lsky Pro
- 两种自动添加 ip 白名单到cloudflare的脚本
- 一键自动安装Resilio Sync脚本 for centos
- Configure nginx to only allow cloudflare's IP to connect to the server shell script