摘要: 【旧的场景】1、x.a.com指向负载均衡服务器ipL;2、代码所在的应用服务器ipA,ipB,ipC,运行nginx-phpFPM服务,提供2个服务; 2.1、应用服务器ipA,ipB,ipC中web服务: webPage-URL: http://x.a.com/m-phpPage/c/v; 2. 阅读全文
posted @ 2018-11-17 17:17 papering 阅读(324) 评论(0) 推荐(0)
摘要: NGINX Docs | Configuring Logging https://docs.nginx.com/nginx/admin-guide/monitoring/logging/【 在上层设置error_log目录,底层设置覆盖高层设置; 】 动手 error_log /data/nginx 阅读全文
posted @ 2018-11-17 16:09 papering 阅读(708) 评论(0) 推荐(0)
摘要: [root@a ~]# traceroute www.ijntv.cntraceroute to www.ijntv.cn (42.81.61.31), 30 hops max, 60 byte packets 1 * * * 2 * * * 3 11.220.30.77 (11.220.30.77 阅读全文
posted @ 2018-11-17 11:50 papering 阅读(2611) 评论(0) 推荐(0)
摘要: [root@a ~]# /usr/local/nginx/sbin/nginx -s reload;nginx: [alert] kill(18834, 1) failed (3: No such process) root 15808 0.0 0.0 51288 1488 ? Ss Oct22 0 阅读全文
posted @ 2018-11-17 11:26 papering 阅读(1445) 评论(0) 推荐(0)
摘要: NGINX Docs | NGINX Reverse Proxy https://docs.nginx.com/nginx/admin-guide/web-server/reverse-proxy/ NGINX Reverse Proxy This article describes the bas 阅读全文
posted @ 2018-11-17 10:38 papering 阅读(3232) 评论(0) 推荐(0)
摘要: Using nginx as HTTP load balancer Using nginx as HTTP load balancer http://nginx.org/en/docs/http/load_balancing.html Using nginx as HTTP load balance 阅读全文
posted @ 2018-11-17 10:31 papering 阅读(1109) 评论(0) 推荐(0)