[关闭]
@openxy 2016-04-24T18:42:20.000000Z 字数 1427 阅读 3090

nginx部署php-fpm、反向代理、负载均衡

nginx PHP

03-29上机任务

  1. 安装运行discuz/phpwind、ecshop或其它类似开源系统。注意阅读安装包中的readme文件
  2. 使用php-fpm模式php应用
  3. 配置ubuntu虚拟机,使之可运行,为后续课程做准备
  4. git的学习、安装和配置

proxy

压力测试工具

日志

  1. apt-get install goaccess
  2. goaccess -f /var/log/nginx/access.log

实例

  1. # 查看proxy log
  2. log_format upstreamlog '[$time_local] $remote_addr - $remote_user - $server_name to: $upstream_addr: $request upstream_response_time $upstream_response_time msec $msec request_time $request_time';
  3. access_log /var/log/nginx/access.log upstreamlog;

参考

添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注