在server段外面自定义一个日志格式
log_format cdn '$http_x_forwarded_for - $remote_user [$time_local] '
'"$request" $status $body_bytes_sent '
'"$http_referer" "$http_user_agent"';
修改对应虚拟机的 access_log /home/wwwlogs/xxxx.log; 为 access_log /home/wwwlogs/xxxx.log cdn;
重启nginx就行了
本文为原创文章,版权归123ppp资源网所有,欢迎分享本文,转载请保留出处!
你可能也喜欢
- ♥ 调整inotify内核参数11/04
- ♥ Linux查看关闭进程pid11/04
- ♥ Linux上vi(vim)编辑器使用教程04/15
- ♥ WP SUPER CACHE专家模式,NGINX配置02/15
- ♥ systemctl更新配置、启动服务、设置开机启动命令11/07
- ♥ LNMP一键安装包自动备份工具的使用04/15