专注 K8S研究
发布时间:2018-08-29 22:15:15
Python 3.6.0a1 - 2016-05-17Download Windows x86 web-based installerDownload Windows x86 executable installerDownload Windows x86 embeddable zip fileDownload Windows x86-64 web-based installerDownload Windows x86-64 executable installerDownload Windows x86-64 embeddable zip file可以通过.........【阅读全文】
发布时间:2018-08-21 11:35:55
301跳转设置:302跳转设置:在看下关于nginx 301 302跳转的详细说明文档last – 基本上都用这个Flag。break – 中止Rewirte,不在继续匹配redirect – 返回临时重定向的HTTP状态302permanent – 返回永久重定向的HTTP状态301nginx的rewrite相当于apache的rewriterule(大多数情况下可以把原有apache的r.........【阅读全文】
发布时间: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-.........【阅读全文】
发布时间: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.........【阅读全文】