Nginx-vim语法目录:/nginx-1.16.1/contrib/vim/*两种方式,看vim路径决定[root@wujiabovim74]#pwd?/usr/share/vim/vim74?[root@wujiabovim74]#cp-r~/nginx-1.16.1/contrib/vim/*.cp-r~/nginx-1.16.1/contrib/vim/*~/.vim/编译安装nginx
分类:
其他好文 时间:
2020-10-08 18:39:38
阅读次数:
22
[root@iZbp13sqw2uxewf87cku6vZconf.d]#vimupstream_dsc.conf#定义upstream服务器组,local_tomcat为upstream的组名。?upstreamlocal_tomcat{server10.29.149.92:8080weight=4;server10.28.141.148:8080weight=4;server127.0.0.1
分类:
其他好文 时间:
2020-10-08 18:37:40
阅读次数:
19
1)编写安装nginx [root@m01 ~]# cat nginx.yml - name: Install Nginx Server yum: name: nginx state: present 2)编写启动nginx [root@m01 ~]# cat start.yml - name: S ...
分类:
其他好文 时间:
2020-10-07 21:34:25
阅读次数:
27
增加iptables规则hdss7-21,hdss7-22上操作iptables规则各主机的略有不同,其他运算节点上执行时注意修改优化SNAT规则,各运算节点之间的各POD之间的网络通信不再出网让Pod之间通信Nginx日志能够显示Pod的IP,而非宿主机的IP1优化前[root@hdss7-21~]#kubectlgetpod-owideNAMEREADYSTATUSRESTARTSAGEIPN
分类:
其他好文 时间:
2020-10-07 20:41:47
阅读次数:
31
集群外访问:用户->域名->负载均衡器->NodeIP:Port(ServiceIP)->PodIP:端口1、创建NodePort型Service资源清单[root@hdss7-21~]#kubectlcreatedeploymentnginx-dp--image=harbor.od.com/public/nginx:v1.7.9-nkube-public--replica
分类:
其他好文 时间:
2020-10-06 20:22:27
阅读次数:
28