Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2847598
  • 博文数量: 348
  • 博客积分: 2907
  • 博客等级: 中校
  • 技术积分: 2272
  • 用 户 组: 普通用户
  • 注册时间: 2010-03-12 09:16
个人简介

专注 K8S研究

文章分类

全部博文(348)

文章存档

2019年(22)

2018年(57)

2016年(2)

2015年(27)

2014年(33)

2013年(190)

2011年(3)

2010年(14)

发布时间:2018-08-21 11:12:38

原文地址:http://blog.sina.com.cn/s/blog_56d8ea900101hlhv.html情况说明nginx配置https,tomcat正常http接受nginx转发。nginx 代理https后,(java代码redirect地址)应用redirect https变成http情况类似http://2hei.net/mt/2010/02/request-getscheme-cannt-get-https.htmlhttp://yywudi.info/nginx-https-.........【阅读全文】

阅读(1202) | 评论(0) | 转发(0)

发布时间:2018-08-21 11:02:48

记得在之前的一篇文章中介绍了nginx反向代理https的方法,今天这里介绍下haproxy代理https的方法:第一种方式:haproxy服务器本身提供ssl证书 配置参数(修改haproxy.cfg文件)backend web_server  mode http  balance roundrobin  cookie SERVERID insert indirect nocache&nb.........【阅读全文】

阅读(2176) | 评论(0) | 转发(0)

发布时间:2018-08-20 23:46:31

Nginx配置文件:/etc/nginx/conf.d/*.conf常见的301跳转设置方法:一、if ($scheme = http ) { return 301 https://$host$request_uri;}二、server_name 8jieke.com ;rewrite ^(.*) https://8jieke.com$1 permanent三、if ($server_port = 80 ) { return 301 https://$host$request_uri;}.........【阅读全文】

阅读(1048) | 评论(0) | 转发(0)

发布时间:2018-08-09 13:08:28

[root@linux-node2 ~]# yum install -y nginx[root@linux-node2 ~]# vim /etc/nginx/nginx.conf       location /nginx_status {             &nb.........【阅读全文】

阅读(2177) | 评论(0) | 转发(0)
给主人留下些什么吧!~~

urgel_babay2016-05-11 11:05

转载了!仅作学习之用,谢谢

回复  |  举报

lkyuang2014-09-18 10:48

Echo "/usr/local/agent/sbin/zabbix_agentd -c /usr/local/agent/etc/zabbix_agentd.conf" >>/etc/tc.local


这个地方的开头 "Echo" 首字母不应该大写,  末尾的“tc.local”是不是打错了啊  “rc.local”

回复  |  举报

wgyzhechao2011-04-22 09:17

baby

回复  |  举报

蓝色虫2011-03-26 10:04

踩踩

回复  |  举报

iCymbidium2011-01-07 10:39

chinaboywg: 5年后CISSP早不值钱了
它要五年工作经验。。。那就看5年后啥好就考啥!O(∩_∩)O

回复  |  举报
留言热议
请登录后留言。

登录 注册