测试环境新增域名转发
1、登录到nginx集群内的第一台nginx主机上,测试环境的为10.117.41.123
2、到nginx配置文件目录拷贝域名转发文件
/etc/nginx/conf.d/qa配置文件目录
cp stage-benefit-bm.minicrm.com.conf stage-data-manage.minicrm.com.conf
vim stage-data-manage.minicrm.com.conf
按Esc键输入下方命令
:%s /stage-benefit-bm/stage-data-manage/g 此命令用于把文件内的stage-benefit-bm全部替换为stage-data-manage
3、执行nginx -t测试nginx所有的配置文件是否正常,正常则返回下列信息
nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
nginx: configuration file /etc/nginx/nginx.conf test is successful
4、执行nginx批量同步脚本,同步成功会出现OK提示。
sh /etc/nginx/bin/reload.sh 此脚本用于把脚本内的其他nginx的配置与本机nginx进行同步。
时间: 2024-11-05 06:12:45