~rharding/charms/precise/charmworld/cron_stats

« back to all changes in this revision

Viewing changes to nginx/cache-log.conf

  • Committer: Rick Harding
  • Date: 2013-01-23 17:53:33 UTC
  • mfrom: (29.1.1 trunk)
  • Revision ID: rick.harding@canonical.com-20130123175333-y67jr34cxpl80ji7
Update from trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
log_format cache '***$time_local '
 
2
  '$upstream_cache_status '
 
3
  'Cache-Control: $upstream_http_cache_control '
 
4
  'Expires: $upstream_http_expires '
 
5
  '$host '
 
6
  '"$request" ($status) '
 
7
  '"$http_user_agent" '
 
8
  'Args: $args ';
 
9
access_log /var/log/nginx/cache.log cache;