摘要:
proxy 192.168.3.21 nginx 192.168.3.222 tomcat 192.168.3.223 nginx: mkdir jia images vim /etc/nginx/conf.d/www.conf server { listen 80; server_name www 阅读全文
posted @ 2020-03-16 15:04
Le1543
阅读(311)
评论(0)
推荐(0)
摘要:
nginx1 :222 略 nginx2 :223 略 mysql_nfs :22 略 LB_nginx :21 /etc/nginx/nginx.conf 中添加4层代理 include /etc/nginx/L4.conf/*.conf; stream { upstream ssh222 { s 阅读全文
posted @ 2020-03-16 12:11
Le1543
阅读(175)
评论(0)
推荐(0)