Nginx Load Balance 設定 - Linux

By Selena
at 2015-12-29T23:26
at 2015-12-29T23:26
Table of Contents
請教各位
我有一台機器(Linux)IP:10.1.1.1
上面還有再綁了一個IP:10.1.1.2
但是當我連上10.1.1.1的時候
都只會看到10.1.1.3的內容
卻都看不到10.1.1.2的內容
請問我還有什麼地方沒有設定好嗎?
設定如下
http {
upstream backend {
server 10.1.1.2 ;
server 10.1.1.3 ;
}
server {
listen 80;
location / {
proxy_pass http://backend;
}
}
}
麻煩各位了,謝謝
--
Tags:
Linux
All Comments

By Jacob
at 2016-01-03T01:40
at 2016-01-03T01:40

By Enid
at 2016-01-04T03:31
at 2016-01-04T03:31

By Andy
at 2016-01-05T13:26
at 2016-01-05T13:26

By Caroline
at 2016-01-06T11:04
at 2016-01-06T11:04

By Kristin
at 2016-01-08T10:35
at 2016-01-08T10:35

By Mason
at 2016-01-10T19:32
at 2016-01-10T19:32

By Cara
at 2016-01-14T11:12
at 2016-01-14T11:12
Related Posts
關於cpulimit 的問題

By Andrew
at 2015-12-29T17:32
at 2015-12-29T17:32
雙系統win10+ubuntu 速度變慢會這樣嘛?

By Brianna
at 2015-12-29T16:30
at 2015-12-29T16:30
vmware workstation 螢幕大小調整

By Jack
at 2015-12-29T15:23
at 2015-12-29T15:23
怎麼設定.bashrc內的系統時間變數隨時更新

By Candice
at 2015-12-28T15:51
at 2015-12-28T15:51
ubuntu關閉障礙協助

By Queena
at 2015-12-27T23:32
at 2015-12-27T23:32