排序
Nginx部署http2
前言 按照官方文档配置 server { listen 443 ssl http2; ssl_certificate server.crt; ssl_certificate_key server.key; } 发现缺少ngxhttpv2_module 开启http2需要openssl库的版本在1.0.2以上...
Nginx反代上传大文件报错
使用nginx作为反向代理,nginx日志报413状态码 解决方案 调整 clientmaxbodysize 参数* 调整连接超时时间 proxyconnect_timeout 参数 完整配置 找到反向代理配置文件(以宝塔面板为例) 网站 $\...