会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
在下刘彦直
博客园
首页
新随笔
联系
订阅
管理
2019年3月15日
原 宝塔面板绑定域名后,域名失效无法登录的解决办法
摘要: 用这个命令rm -f /www/server/panel/data/domain.conf删除绑定域名后,就能用ip+端口进入面板了
阅读全文
posted @ 2019-03-15 14:11 在下刘彦直
阅读(4026)
评论(2)
推荐(1)
2019年3月11日
ssl 申请证书
摘要: acme.sh --issue -d example.com -w /home/wwwroot/example.com 申请证书 单域名 $ acme.sh --renew -d example.com 更新证书 更多 参考 https://deepzz.com/post/acmesh-letsen
阅读全文
posted @ 2019-03-11 14:47 在下刘彦直
阅读(176)
评论(0)
推荐(0)
2018年12月29日
nginx 负载均衡
摘要: upstream www_server { server xxx.xxx.xxx.xxx:8080 max_fails=3 fail_timeout=30s; } server { listen 443 ssl; server_name *.123456.com 123456.com; ssl_ce
阅读全文
posted @ 2018-12-29 09:23 在下刘彦直
阅读(131)
评论(0)
推荐(0)
2018年12月20日
nginx if 多重判断反向代理
该文被密码保护。
阅读全文
posted @ 2018-12-20 15:35 在下刘彦直
阅读(3)
评论(0)
推荐(0)
2018年11月24日
linux 磁盘挂载
摘要: 查看CDS磁盘。 a.在没有分区和格式化CDS磁盘之前,执行df -h命令无法查看到CDS磁盘 b.执行fdisk -l查看,红色框为CDS磁盘初始化前的信息。如下图所示。 对CDS磁盘进行分区。 通过两种方式对CDS磁盘进行分区,fdisk 和 parted 方式。fdisk 的分区格式是 MBR
阅读全文
posted @ 2018-11-24 16:58 在下刘彦直
阅读(141)
评论(0)
推荐(0)
2018年10月3日
nginx 反向代理总配置
该文被密码保护。
阅读全文
posted @ 2018-10-03 15:07 在下刘彦直
阅读(1)
评论(0)
推荐(0)
2018年9月18日
nginx 反向代理指定后缀
该文被密码保护。
阅读全文
posted @ 2018-09-18 18:13 在下刘彦直
阅读(5)
评论(0)
推荐(0)
nginx 屏蔽及判断来路跳转
该文被密码保护。
阅读全文
posted @ 2018-09-18 17:27 在下刘彦直
阅读(10)
评论(0)
推荐(0)
2018年7月18日
Linux 使用unzip解压时报错End-of-central-directory signature not found
摘要: Linux 下,使用unzip解压时,报错:$ unzip abc.zip Archive: abc.zip End-of-central-directory signature not found. Either this file is not a zipfile, or it constitu
阅读全文
posted @ 2018-07-18 13:29 在下刘彦直
阅读(6953)
评论(0)
推荐(0)
2018年4月28日
nginx 目录 301从定向
摘要: if ( $request_filename ~ xc(.*) ) { rewrite ^/(.*) http://www.xxx.com/kfa$1? permanent; }
阅读全文
posted @ 2018-04-28 17:03 在下刘彦直
阅读(938)
评论(0)
推荐(0)
下一页
公告