日日操夜夜添-日日操影院-日日草夜夜操-日日干干-精品一区二区三区波多野结衣-精品一区二区三区高清免费不卡

公告:魔扣目錄網為廣大站長提供免費收錄網站服務,提交前請做好本站友鏈:【 網站目錄:http://www.ylptlb.cn 】, 免友鏈快審服務(50元/站),

點擊這里在線咨詢客服
新站提交
  • 網站:51998
  • 待審:31
  • 小程序:12
  • 文章:1030137
  • 會員:747

Nginx web負載均衡配置

下載nginx

  • http://nginx.org/en/download.html
wget http://nginx.org/download/nginx-1.20.2.tar.gz

安裝nginx

  • 參考: https://www.cnblogs.com/-wei/p/15219624.html
./configure --prefix=/opt/nginx
或
./configure --prefix=/opt/nginx --with-http_ssl_module
make
make install

報錯

  • ./configure: error: the HTTP rewrite module requires the PCRE library
yum -y install pcre-devel
  • ./configure: error: the HTTP gzip module requires the zlib library.
yum -y install zlib-devel
  • ./configure: error: SSL modules require the OpenSSL library.
yum -y install openssl openssl-devel

nginx限制請求數據包大小

client_max_body_size 1000m;

負載均衡配置

  • 參考: https://www.cnblogs.com/telwanggs/p/14977290.html
  upstream test_group {
        # If there is no specific strategy, round-robin
        #     would be the default strategy.
        # least_conn;
        # ip_hash;
        server 172.16.217.109:8501 weight=1 max_fails=2 fail_timeout=30s;
        server 172.16.217.109:8502 weight=1 max_fails=2 fail_timeout=30s;
    }
    
    location / {
            #root   html;
            #index  index.html index.htm;
            client_max_body_size 3m;
            proxy_pass http://test_group;
    }

nginx負載均衡策略

  • 輪詢:將客戶端發起的請求,平均分配給每一臺服務器
  • 權重:將客戶的的請求,根據服務器的權重值不同,分配不同的數量
  • ip_hash:基于發起請求的客戶端的ip地址不同,他始終會將請求發送到指定的服務器上,客戶端ip地址不變,就會一直發送到一個服務器上。

輪詢

upstream my_server{
    server IP:8080;
    server IP:8081;
}
server {
    listen       80;
    listen  [::]:80;
    server_name  localhost;

    location / {
        proxy_pass http://my_server/;
    }
}

權重

upstream my_server{
    server IP:8080 weight=10;
    server IP:8081 weight=2;
}
server {
    listen       80;
    listen  [::]:80;
    server_name  localhost;

    location / {
        proxy_pass http://my_server/;
    }
}

ip_hash

upstream my_server{
    ip_hash;
    server IP:8080 weight=10;
    server IP:8081 weight=2;
}
server {
    listen       80;
    listen  [::]:80;
    server_name  localhost;

    location / {
        proxy_pass http://my_server/;
    }
}

分享到:
標簽:nginx
用戶無頭像

網友整理

注冊時間:

網站:5 個   小程序:0 個  文章:12 篇

  • 51998

    網站

  • 12

    小程序

  • 1030137

    文章

  • 747

    會員

趕快注冊賬號,推廣您的網站吧!
最新入駐小程序

數獨大挑戰2018-06-03

數獨一種數學游戲,玩家需要根據9

答題星2018-06-03

您可以通過答題星輕松地創建試卷

全階人生考試2018-06-03

各種考試題,題庫,初中,高中,大學四六

運動步數有氧達人2018-06-03

記錄運動步數,積累氧氣值。還可偷

每日養生app2018-06-03

每日養生,天天健康

體育訓練成績評定2018-06-03

通用課目體育訓練成績評定