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
|
+} |