查看“Upstream转发”的源代码
←
Upstream转发
跳到导航
跳到搜索
因为以下原因,您没有权限编辑本页:
您所请求的操作仅限于该用户组的用户使用:
用户
您可以查看与复制此页面的源代码。
=upstream mediaiwki= <pre> #mediawiki docker 跑的 所以不是标准的 80 所以 nginx upsteam 转发一下 cmdb也是一样 #20180822 server{ listen 80; server_name wiki.com; location / { proxy_pass http://wiki.com; proxy_http_version 1.1; proxy_set_header Host $host:80; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; } access_log off; #access_log /usr/local/nginx/logs/du.log access_log; } #代理 mediawiki upstream wiki.com { server 192.168.0.10:8080 weight=5; # 本机ip keepalive 32; } </pre> =trouble= 有个不够完美的地方就是 浏览器输入wiki.com后 还是会跳转为 192.168.0.10:8080 =old= <pre> # LB for abroad.game.com upstream inland.game.com { server inland.game.com:80; } server { listen 80; server_name abroad.game.com; proxy_redirect off; location / { proxy_store off; access_log /dev/null main; proxy_pass http://inland.game.com; } } check() { $NGINX_SBIN -c $NGINX_CONF -t } </pre> [[Category:Nginx]]
返回至
Upstream转发
。
导航菜单
个人工具
登录
名字空间
页面
讨论
变种
视图
阅读
查看源代码
查看历史
更多
搜索
导航
首页
我的导航
关于我
shell
python
ops
linuxchina.net
blog.linuxchina
最近更改
随机页面
帮助
工具
链入页面
相关更改
特殊页面
页面信息