潞逸软件
首页
PHP
Mysql
JavaScript
Jquery
CSS
luyisoft@qq.com
Nginx 配置禁止访问php
2021-10-01 15:30:46
location ~* .(php|php5)$
{
return 404;
}