Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamas Molnar committed Apr 14, 2017
1 parent 84ebfcf commit cb2bd81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.vcl
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ sub vcl_recv {
set req.url = regsub(req.url, "video", "/notify");
set req.backend_hint = dynBackend.backend("cms-notifier");
}
eif (req.url ~ "^\/metadata.*$") {
elif (req.url ~ "^\/metadata.*$") {
set req.url = regsub(req.url, "metadata", "/notify");
set req.backend_hint = dynBackend.backend("cms-metadata-notifier");
}
Expand Down

0 comments on commit cb2bd81

Please sign in to comment.