[部署/环境配置]
如何修改nginx服务器配置,禁止静态目录文件夹php文件执行
开发
2842 人阅读
|
0 人回复
|
nginx禁用静态文件执行php:
location ~* ^/(attachment|static/upload)/.*\.(php|php5)$ {deny all;}
php禁用函数:
eval
使用芸众环境可按上面提示处理,或者联系芸众客服帮忙处理!
使用宝塔环境操作教程如下:
登录宝塔-网站-配置文件-按截图位置添加nginx禁用静态文件执行php:(注意位置不可以添加错)
location ~* ^/(attachment|static/upload)/.*\.(php|php5)$ {deny all;}
php禁用函数:
eval
软件商店-PHP7.2-禁用函数-添加eval-点击保存即可
|
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
|
|
|
|
|