Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: modules/notificationserver/templates/global.conf.erb

Issue 5671492293492736: Issue 2611 - Log ABP-Notification-Version response header (Closed)
Patch Set: Created June 9, 2015, 12:38 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « modules/notificationserver/manifests/init.pp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 fastcgi_cache_path /var/cache/nginx/notification levels=1 keys_zone=notification :1m; 1 fastcgi_cache_path /var/cache/nginx/notification levels=1 keys_zone=notification :1m;
2 2
3 map $arg_lastVersion $group 3 map $arg_lastVersion $group
4 { 4 {
5 ~(?<1>-.*) $1; 5 ~(?<1>-.*) $1;
6 } 6 }
7
8 log_format notification '$remote_addr - $remote_user [$time_local] "$request" '
9 '$status $bytes_sent "$http_referer" '
10 '"$http_user_agent" "$http_x_forwarded_for" $scheme '
11 '"$http_accept_language" "$http_host" '
12 '"$http_x_client_id" '
13 '$sent_http_abp_notification_version';
mathias 2015/06/09 12:56:11 What is $sent_http_abp_notification_version?
Felix Dahlke 2015/06/09 12:58:40 From: http://nginx.org/en/docs/http/ngx_http_log_m
OLDNEW
« no previous file with comments | « modules/notificationserver/manifests/init.pp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld