码迷,mamicode.com
首页 >  
搜索关键字:upstream    ( 928个结果
saltstack 安装nginx
1.目录结构[root@qingsalt]#tree/srv/salt/nginx//srv/salt/nginx/+--config.sls+--files|+--nginx|+--nginx-1.0.15.tar.gz|+--nginx.conf|+--nginx_log_cut.sh|+--nginx-upstream-jvm-route-0.1.tar.gz+--init.sls+--install.sls1directory,8files2.[root@qingnginx]#catinit...
分类:其他好文   时间:2015-10-29 18:29:22    阅读次数:286
git 远程追踪
$ git branch --set-upstream-to origin/master
分类:其他好文   时间:2015-10-28 21:14:00    阅读次数:200
Nginx Tcp反向代理
nginx tcp代理功能由nginx_tcp_proxy_module模块提供,同时监测后端主机状态。该模块包括的模块有: ngx_tcp_module, ngx_tcp_core_module, ngx_tcp_upstream_module, ngx_tcp_proxy_module, ngx_tcp_upstream_i...
分类:其他好文   时间:2015-10-27 13:40:43    阅读次数:213
git常用命令
1. git remote –v查看远端仓库2. git remote add weixin-old-remote https://git.sprucetec.com/meicai/weixin-old.git添加远端仓库3. git fetch upstream拉取不在本地仓库出现的改变,不会修改...
分类:其他好文   时间:2015-10-10 16:51:21    阅读次数:226
nginx反向代理tomcat提示13 permission denied while connecting to upstream
nginx反向代理tomcat提示13 permission denied while connecting to upstream,网上很多都是说13 permission denied while reading to upstream,这是两个完全不同的错误,我遇到的如下截图:后来发现是selinux的问题,于是先关掉selinux:setenforce 0;然后再访问果然好使。于是启用se...
分类:其他好文   时间:2015-10-01 20:35:05    阅读次数:315
nginx实现负载均衡
一.测试环境OS:rhel6Lib1:192.168.20.106A服务器Lib2:192.168.20.107B服务器Lib3:192.168.20.108C服务器部署:A服务器做为主服务器,域名直接解析到A服务器(192.168.20.106)上,由A服务器负载均衡到B服务器(192.168.20.107)与C服务器(192.168.20.108)上。upstream是Nginx..
分类:其他好文   时间:2015-09-29 01:28:07    阅读次数:160
Nginx反向代理及简单负载均衡配置
nginx配置文件主要分为六个区域:main section、events section、http section、sever section、location section、upstream section。以下为Nginx的主要配置#main module配置use nobody; #设置运...
分类:其他好文   时间:2015-09-22 22:01:55    阅读次数:175
nginx负载均衡高级策略-upstream
暂时没空研究,先记录下: http://onlyzq.blog.51cto.com/1228/557848/ https://www.nginx.com/resources/wiki/ https://www.nginx.com/resources/wiki/start/topics/examples/loadbalanceexample/ http://my.osc...
分类:其他好文   时间:2015-09-20 13:21:38    阅读次数:232
PopMetal和PX2上运行upstream linux kernel代码
Rockchip的平台,以其强大的性能和丰富的功能,在开源社区大受欢迎,Linux内核对其提供越来越丰富的支持。 ? ? Linux内核目前发布的最新稳定版本是Linux 4.2,Linux 4.3的合并窗口已经打开,大概下周会发布rc1...
分类:Web程序   时间:2015-09-15 18:41:09    阅读次数:291
nginx配置salt-api转发
配置nginx对salt-api的https转发,以下是nginx配置文件upstream saltapi.local { server 192.186.156.55:8090 weight=10 max_fails=2 fail_timeout=30s;}server ...
分类:Windows程序   时间:2015-09-09 11:07:20    阅读次数:450
928条   上一页 1 ... 76 77 78 79 80 ... 93 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!