Nginx配置
1 | user www www; |
示例1
1 | server { |
1 | server { |
http://www.ttlsa.com/nginx/using-nginx-as-http-loadbalancer/ 负载均衡三种模式区别
http://www.ttlsa.com/nginx/nginx-load-balancing-from-theory-to-practice/ 负载均衡实践
http://www.ttlsa.com/nginx/nginx-configure-descriptions/ 编译安装nginx参数详细
http://www.ttlsa.com/nginx/nginx-battle-ready-optimization-guide/ 优化指南
http段完整配置如下:
1 | user www-data; |