Skip to content

Instantly share code, notes, and snippets.

@jialechan
Last active October 10, 2017 07:09
Show Gist options
  • Save jialechan/9d4b42d55a0321683d2c651d5dda0c37 to your computer and use it in GitHub Desktop.
Save jialechan/9d4b42d55a0321683d2c651d5dda0c37 to your computer and use it in GitHub Desktop.
LogAnalytics配套nginx的配置文件
http {
...
log_format chatLog 'T[$time_iso8601] STAT[$status] REQ_T[$upstream_response_time] URL[$request]';
...
server {
...
access_log logs/xxx.access.log chatLog;
...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment