log_format combined_with_time '$remote_addr - $remote_user [$time_local]  '
                     '$request $status $body_bytes_sent '
                     '$http_referer $http_user_agent '
                     '$request_time $upstream_response_time';

access_log  /data/wwwroot/xxxx/vagrant/nginx/log/frontend-access.log combined_with_time;

本条目发布于[2019年7月15日](https://c4ys.com/archives/1872 "14:10")。属于[Tools](https://c4ys.com/archives/category/tools)分类,被贴了 [nginx](https://c4ys.com/archives/tag/nginx) 标签。