NGINX Configuration for Multiple Certificates
Configure NGINX for multiple certificate types on one domain and for SNI-based multi-domain certificate selection
Configure NGINX for multiple certificate types on one domain and for SNI-based multi-domain certificate selection
Nginx 配置多证书:同域名多类型证书和多域名 SNI 证书选择
Automate building the latest Nginx with current PCRE2, zlib, and OpenSSL dependencies for a portable static binary
自动获取并静态编译最新 Nginx 及其 PCRE2、zlib、OpenSSL 依赖。
Using ssl_password_file in NGINX for SSL/TLS Private Key Management
ssl_password_file 指定含密码的文件,用于解锁加密的 SSL/TLS 私钥;密码错误会导致 NGINX 启动或重载失败。
NGINX中收到HTTP请求大小相关的错误,以下典型错误及相关解决方案。
NGINX HTTP 400/414/413 usually means oversized headers, an overlong URI, or a body past client_max_body_size — tune large_client_header_buffers, client_header_…
nginx 从1.25开始支持QUIC和http3
SNI是TLS协议扩展, 在握手的开始标识其尝试连接的主机名, 当多个HTTPS服务部署在同一IP地址上,客户端就可以通过这个标识指定它将使用哪一个服务, 同时服务端也无需使用相同的证书,它在概念上相当于HTTP/1.1基于名称的虚拟主机。SNI扩展最早在2003年的RFC 3546中出现。