nginx负载均衡与日志配置
Posted 慕書
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了nginx负载均衡与日志配置相关的知识,希望对你有一定的参考价值。
nginx负载均衡与日志配置
1、设置nginx负载均衡
当一个是网站采用的集群部署或者分布式部署方式,可以采用nginx进行负载均衡,用到的关键字是weight。
1.1 找到nginx.conf文件,并进行配置
对192.168.3.195这个进行负载均衡,设置weight的权值,我这边设置为2,重启nginx就可以了,./nginx -s reload。
2、设置nginx日志
2.1、找到nginx.conf文件,配置日志nginx日志
'$remote_addr - $remote_user [$time_local] "$request" '
'$status $body_bytes_sent "$http_referer" '
'"$http_user_agent" "$http_x_forwarded_for"';
2、查看 设置
以上是关于nginx负载均衡与日志配置的主要内容,如果未能解决你的问题,请参考以下文章