03 2020 档案
摘要:删除user.ini 去权后删除即可 chattr -i .user.ini
阅读全文
摘要:第一步,编辑/usr/local/nginx/conf/nginx.conf 文件,在http区域添加下面的代码; fastcgi_intercept_errors on; 第二步,编辑你需要添加404页面的网站的conf文件,对应在usr/local/nginx/conf/vhost/XXXX.c
阅读全文
摘要:/usr/local/nginx/conf/vhost/ location ~ /(uploads|images)/.*\.php$ { deny all; }
阅读全文
摘要:Git是目前世界上最先进的分布式版本控制系统 1. 查看远程仓 远程默认为origin git remote -v 2. git add --all git add . git add 1.txt 2.txt 3.txt git add 001/* git add 001/*.php git add
阅读全文

浙公网安备 33010602011771号