Thinker Thinker

nginx stream分流,以及proxy_protocol

nginx stream分流,以及proxy_protocol 参考:https://code.evink.cn/2022/06/post/nginx-stream-module/ 使用nginx的sni 对stream分流($ssl_preread_server_name) 为什么在stream中

Aristotle Aristotle 发布于 2024-03-12

ZeroSSL免费SSL证书申请与使用-支持自动续期和免费泛域名SSL证书

ZeroSSL免费SSL证书申请与使用-支持自动续期和免费泛域名SSL证书 使用DNS验证 参考:https://wzfou.com/zerossl-ssl/#comment-20699 参考:https://blog.csdn.net/zhangxin09/article/details/1250

Aristotle Aristotle 发布于 2024-03-12

nginx 获取 XFF 的第一个 ip 和 “真正的” realip

nginx 获取 XFF 的第一个 ip 和 “真正的” realip 引用:https://kan.e1cent.top/article/bcdbcf93-fd38-46b7-a3b0-4f4a09ab3467 1. nginx 获取 XFF 的第一个 ip 由于 nginx 既可以做 web 服

Aristotle Aristotle 发布于 2023-12-11

后端nginx使用set_real_ip_from获取用户真实IP

后端nginx使用set_real_ip_from获取用户真实IP 引用:https://blog.csdn.net/zwmnhao1980/article/details/82267921 随着nginx的迅速崛起,越来越多公司将apa

Aristotle Aristotle 发布于 2023-12-11

免费证书申请网站

免费证书申请网站 参考:33种免费获取SSL证书的方式 选用: letsencrypt 来此加密 sslforfree

Aristotle Aristotle 发布于 2023-11-22

通过certbot或者acme安装证书

通过certbot或者acme安装证书 参考:启用免费且自动更新的泛域名SSL证书 参考:CentOS7 通过certbot脚本安装使用 Let’ s Encrypt 免费SSL证书(双向) 参考:使用Certbot申请泛域名证书 --使用doc

Aristotle Aristotle 发布于 2023-11-22

使用keystore generator来生成自签名的nginx ssl证书和密钥

使用keystore generator来生成自签名的nginx ssl证书和密钥 工具下载 1.创建一个密钥对,作为CA密钥对(其实可以不要CA,机构自签证书可以的) -若要自己给自己签署CA证书,请在填写扩展信息时选择[Basic Constraints]的扩展类型,并勾选CA类型选项,否则在安

Aristotle Aristotle 发布于 2023-11-20

nginx sni 网站共存

nginx sni 网站共存 使用Nginx进行SNI分流并完美和网站共存

Aristotle Aristotle 发布于 2023-11-18

minio控制台nginx的配置注意事项

minio控制台nginx的配置注意事项 1.由于在查看对象列表的时候需要使用到ws协议,所以需要配置 location块支持ws协议 2.location块 proxy_set_header Host $http_host,而不是$host,前者带端口号,后者不带,会造成 ws协议请求出现403的

Aristotle Aristotle 发布于 2023-03-23

nginx的单页面server的配置和rewrite指令的使用

nginx的单页面server的配置和rewrite指令的使用 Nginx rewrite 总结:参考:https://www.jianshu.com/p/a1fce9358d44 server { listen 81; root /home/xxx/wwwdev/orgadmin/

Aristotle Aristotle 发布于 2023-03-23