12 2019 档案

摘要:配置参数 proxy_pass; # 用来设置将客户端请求转发给的后端服务器的主机,可以是主机名、IP 地址:端口的方式,也可以代理到预先设 置的主机群组,需要模块gx_http_upstream_module支持。 location /web { index index.html; proxy_p 阅读全文
posted @ 2019-12-06 16:22 jabbok 阅读(249) 评论(0) 推荐(0)
摘要:Strict-Transport-Security Strict-Transport-Security,简称 HSTS。该响应头用于标识浏览器用 HTTPS 替代 HTTP 的方式去访问目标站点。 我们知道 HTTPS 相对于 HTTP 有更好的安全性,而很多 HTTPS 网站,也可以通过 HTTP 阅读全文
posted @ 2019-12-06 15:40 jabbok 阅读(877) 评论(0) 推荐(0)
摘要:nginx ssl模块 [root@localhost nginx]# ./sbin/nginx -V nginx version: nginx/1.16.1 configure arguments: --prefix=/data/app/nginx --with-http_ssl_module # 阅读全文
posted @ 2019-12-03 17:41 jabbok 阅读(452) 评论(0) 推荐(0)