日韩av黄I国产麻豆传媒I国产91av视频在线观看I日韩一区二区三区在线看I美女国产在线I麻豆视频国产在线观看I成人黄色短片

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 >

nginx A/B 灰色发布

發布時間:2025/3/18 30 豆豆
生活随笔 收集整理的這篇文章主要介紹了 nginx A/B 灰色发布 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.

1、安裝組件
yum install -y openssl openssl-devel gcc gcc-c++ authoconf automake pcre-devel

2、下載程序ABTestingGateway.git

git clone https://github.com/CNSRE/ABTestingGateway.git
cd /opt/ABTestingGateway/utils && mkdir logs

3、安裝openresty
wget https://openresty.org/download/openresty-1.9.7.5.tar.gz

./configure
gmake && gmake install
4、安裝redis
wget http://download.redis.io/releases/redis-4.0.6.tar.gz
tar -zxvf redis-4.0.6.tar.gz
cd /path/to/redis-4.0.6
./make MALLOC=libc
ln -s /opt/redis-4.0.6/src/redis-server /usr/local/bin/redis-server
5、啟動redis
cd /opt/ABTestingGateway/utils
redis-server conf/redis.conf
/usr/local/openresty/nginx/sbin/nginx -p pwd -c conf/stable.conf
/usr/local/openresty/nginx/sbin/nginx -p pwd -c conf/beta1.conf
/usr/local/openresty/nginx/sbin/nginx -p pwd -c conf/beta2.conf
/usr/local/openresty/nginx/sbin/nginx -p pwd -c conf/beta3.conf
/usr/local/openresty/nginx/sbin/nginx -p pwd -c conf/beta4.conf

ps -ef| grep nginx

/usr/local/openresty/nginx/sbin/nginx -p pwd -c conf/nginx.conf

轉載于:https://blog.51cto.com/guoshaoliang789/2112600

與50位技術專家面對面20年技術見證,附贈技術全景圖

總結

以上是生活随笔為你收集整理的nginx A/B 灰色发布的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。