Marco Nie
you are the company you keep...NGINX rewrite 模块的应用
nginx rewrite 模块主要应用于修改客户端发起的 url 请求,主要使用场景有两个:1.客户端请求的域名已经已经有了新的地址,需要自动将连接进行转换2.需要根据请求的 url 动态处理...
HTTP/1.1 状态码定义
常用状态码:200 OK //客户端请求成功 301 Moved Permanently //重定向到新的 URL 400 Bad ...
使用Nginx配置强ssl的网站
本文主要参考的网站:https://cipherli.sthttps://raymii.org/s/tutorials/Strong_SSL_Security_On_nginx.htmlThis...
使网站支持http2
这里使用的是 Nginx 做代理。使用 http2 需要 openssl 的版本至少是 1.0.2。使用命令openssl version查看当前版本,如果太低,需要先升级 openssl。升级...
安装最新版openssl
OpenSSL is a robust, commercial-grade, and full-featured toolkit for the Transport Layer Security...