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

Delta Between Two Patch Sets: modules/notificationserver/templates/global.conf.erb

Issue 29372656: NoIssue - Fix group name regex failed (Closed)
Left Patch Set: Created Jan. 18, 2017, 4:33 p.m.
Right Patch Set: NoIssue - Fix failed regex for nginx group name Created Jan. 18, 2017, 5:52 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | no next file » | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
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 ~(?<digit>1-.*) $1; 5 ~(?<digit>-.*) $digit;
6 } 6 }
7 7
8 log_format notification '$remote_addr - $remote_user [$time_local] "$request" ' 8 log_format notification '$remote_addr - $remote_user [$time_local] "$request" '
9 '$status $bytes_sent "$http_referer" ' 9 '$status $bytes_sent "$http_referer" '
10 '"$http_user_agent" "$http_x_forwarded_for" $scheme ' 10 '"$http_user_agent" "$http_x_forwarded_for" $scheme '
11 '"$http_accept_language" "$http_host" ' 11 '"$http_accept_language" "$http_host" '
12 '"$http_x_client_id" ' 12 '"$http_x_client_id" '
13 '$sent_http_abp_notification_version'; 13 '$sent_http_abp_notification_version';
LEFTRIGHT
« no previous file | no next file » | Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Toggle Comments ('s')

Powered by Google App Engine
This is Rietveld