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

Unified 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.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: modules/notificationserver/templates/global.conf.erb
===================================================================
new file mode 100644
--- /dev/null
+++ b/modules/notificationserver/templates/global.conf.erb
@@ -0,0 +1,6 @@
+fastcgi_cache_path /var/cache/nginx/notification levels=1 keys_zone=notification:1m;
+
+map $arg_lastVersion $group
+{
+ ~(?<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
+}
« 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