http {
include mime.types;
default_type application/octet-stream;
log_format main '$remote_addr - $remote_user [$time_local] "$request" '
'$status $body_bytes_sent "$http_referer" '
'"$http_user_agent" "$http_x_forwarded_for"';
#access_log logs/access.log main;
sendfile on;
#tcp_nopush on;
keepalive_timeout 65;
#gzip on;
#服務器的集群
#服務器配置weight是權重的意思榴啸,權重越大,分配的概率越大堰怨。
upstream chen1218chen.com { #服務器集群名字
server 127.0.0.1:28080 weight=1;
server 127.0.0.1:18080 weight=2;
}
server {
listen 8088;
server_name localhost;
#charset koi8-r;
#access_log logs/host.access.log main;
location / {
root E:/vue/vue-cli-multi-page/dist;
index index.html index.htm;
add_header Access-Control-Allow-Origin '*' ;
proxy_pass http://chen1218chen.com;
proxy_redirect default;
}
#error_page 404 /404.html;
# redirect server error pages to the static page /50x.html
#
error_page 500 502 503 504 /50x.html;
location = /50x.html {
root html;
}
}
# another virtual host using mix of IP-, name-, and port-based configuration
#
#server {
# listen 8000;
# listen somename:8080;
# server_name somename alias another.alias;
# location / {
# root html;
# index index.html index.htm;
# }
#}
# HTTPS server
#
#server {
# listen 443 ssl;
# server_name localhost;
# ssl_certificate cert.pem;
# ssl_certificate_key cert.key;
# ssl_session_cache shared:SSL:1m;
# ssl_session_timeout 5m;
# ssl_ciphers HIGH:!aNULL:!MD5;
# ssl_prefer_server_ciphers on;
# location / {
# root html;
# index index.html index.htm;
# }
#}
}
nginx集群負載均衡配置
?著作權歸作者所有,轉載或內容合作請聯(lián)系作者
- 文/潘曉璐 我一進店門颈娜,熙熙樓的掌柜王于貴愁眉苦臉地迎上來,“玉大人浙宜,你說我怎么就攤上這事官辽。” “怎么了粟瞬?”我有些...
- 正文 為了忘掉前任市怎,我火速辦了婚禮岁忘,結果婚禮上,老公的妹妹穿的比我還像新娘区匠。我一直安慰自己干像,他們只是感情好,可當我...
- 文/花漫 我一把揭開白布驰弄。 她就那樣靜靜地躺著麻汰,像睡著了一般。 火紅的嫁衣襯著肌膚如雪揩懒。 梳的紋絲不亂的頭發(fā)上什乙,一...
- 文/蒼蘭香墨 我猛地睜開眼,長吁一口氣:“原來是場噩夢啊……” “哼弃舒!你這毒婦竟也來了癞埠?” 一聲冷哼從身側響起,我...
- 正文 年R本政府宣布拗慨,位于F島的核電站,受9級特大地震影響厦酬,放射性物質發(fā)生泄漏胆描。R本人自食惡果不足惜,卻給世界環(huán)境...
- 文/蒙蒙 一仗阅、第九天 我趴在偏房一處隱蔽的房頂上張望昌讲。 院中可真熱鬧,春花似錦减噪、人聲如沸短绸。這莊子的主人今日做“春日...
- 文/蒼蘭香墨 我抬頭看了看天上的太陽醋闭。三九已至,卻和暖如春朝卒,著一層夾襖步出監(jiān)牢的瞬間证逻,已是汗流浹背。 一陣腳步聲響...
推薦閱讀更多精彩內容
- 一银酗、Hello world 1辆影、前期環(huán)境準備 準備兩個解壓版tomcat,如何同時啟動兩個tomcat黍特,請看我的另...
- 測試環(huán)境: 記錄一下學習的過程蛙讥。 1.準備工作:A.下載nginx穩(wěn)定版本,筆者下載的是nginx-1.12.0B...
- Interesting things lvs+nginx的拓撲圖image.png 準備環(huán)境衅澈,基于上一篇【Diar...