Commit 95c595f8 authored by Geoff Simmons's avatar Geoff Simmons

Typo

parent f15246fc
......@@ -151,7 +151,7 @@ lines. For example::
# If the URL matches the rewrite set, change the query string by
# applying a substitution using the associated regex (removing a
# query parameter).
if (rewrite.match(req.req.url)) {
if (rewrite.match(req.url)) {
set req.url = rewrite.sub(req.url, "\1\2");
}
}
......
......@@ -147,7 +147,7 @@ lines. For example::
# If the URL matches the rewrite set, change the query string by
# applying a substitution using the associated regex (removing a
# query parameter).
if (rewrite.match(req.req.url)) {
if (rewrite.match(req.url)) {
set req.url = rewrite.sub(req.url, "\1\2");
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment