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

Unified Diff: modules/notificationserver/templates/global.conf.erb

Issue 29372656: NoIssue - Fix group name regex failed (Closed)
Patch Set: NoIssue - Fix failed regex for nginx group name Created Jan. 18, 2017, 5:52 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/notificationserver/templates/global.conf.erb
===================================================================
--- a/modules/notificationserver/templates/global.conf.erb
+++ b/modules/notificationserver/templates/global.conf.erb
@@ -2,7 +2,7 @@
map $arg_lastVersion $group
{
- ~(?<1>-.*) $1;
+ ~(?<digit>-.*) $digit;
}
log_format notification '$remote_addr - $remote_user [$time_local] "$request" '
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld