需要将nginx.conf中的192.168.222.188,替换为178.21.120.225
操作步骤:
1、vi 文件
bash
vi nginx.conf
2、输入
bash
:%s/192.168.222.188/178.21.120.225/g
3、最后保存
bash
:wq