02 2020 档案

摘要:nginx “nginx could not build the server_names_hash”解决方法 给一个服务器下增加了一些站点别名,差不多有20多个。 重启nginx时候,提示: could not build the server_names_hash, you should inc 阅读全文
posted @ 2020-02-25 09:46 ToDarcy 阅读(191) 评论(0) 推荐(0)
摘要:1、查看使用端口进程 lsof -i: 端口号 2、释放进程 kill 你的PID 3、再次执行第一步,是否无进程占用 lsof -i: 端口号 阅读全文
posted @ 2020-02-12 16:32 ToDarcy 阅读(197) 评论(0) 推荐(0)
摘要:取消合并 git merge --abort push强制提交 git push -f origin master git pull 强制覆盖本地 // 从远程仓库下载最新版本 git fetch --all // 将本地设为刚获取的最新的内容 git reset --hard origin/mas 阅读全文
posted @ 2020-02-11 17:10 ToDarcy 阅读(1171) 评论(0) 推荐(0)