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

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

Issue 6380170118168576: Issue 2277 - Use the new notification.json handler (Closed)
Patch Set: Created April 12, 2015, 11:02 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
OLDNEW
(Empty)
1 fastcgi_cache_path /var/cache/nginx/notification levels=1 keys_zone=notification :1m;
2
3 map $arg_lastVersion $group
4 {
5 ~(?<1>-.*) $1;
mathias 2015/04/14 05:12:20 Why the explicit `?<1>`?
Felix Dahlke 2015/04/14 05:18:25 For some reason, contrary to what's in the docs, t
6 }
OLDNEW
« modules/notificationserver/manifests/init.pp ('K') | « modules/notificationserver/manifests/init.pp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld