网页学习体会

  • 首页
  • 个人博客
您的位置: 首页  >  IT文章  >  nginx upstream setting

nginx upstream setting

分类: IT文章 • 2022-02-17 00:12:56

nginx upstream setting

upstream proxy_1 {
        server 127.0.0.1:8080;
        #连接到上游服务器的最大并发空闲keepalive长连接数(默认是未设置,建议与Tomcat Connector中的maxKeepAliveRequests值一样)
        #当这个数被超过时,使用"最近最少使用算法(LUR)"来淘汰并关闭连接。
        keepalive 1000;
keepalive_timeout 60s;
}

相关推荐

  • Setting up PhoneGap on Ubuntu for Android app development
  • react build dist发布nginx时的配置 umi project config/config.ts中的这个配置对nginx很关键
  • Nginx 安装配置
  • git和nginx安装
  • ubuntu中升级nginx到最新版本
  • 基于hexo + gitlab + nginx 搭建个人静态博客笔记
  • Debian 8 安装Nginx最新版本
  • 解决“service nginx does not support chkconfig”的问题?
  • nginx之root、alias、index、autoindex
  • php与nginx的timeout超时参数 PHP timeout配置: Nginx timout参数
  • lazy懒载入(延迟载入)UITableView
  • POJ 3277 City Horizon
    网站免责声明 网站地图 最新文章 用户隐私 版权申明
本站所有数据收集于网络,如果侵犯到您的权益,请联系网站进行下架处理。   

Copyright © 2018-2021   Powered By 网页学习体会    备案号:   粤ICP备20002247号