Commit 85aac306 authored by Lasse Karstensen's avatar Lasse Karstensen

Fix RST parse error

parent a55e7e25
......@@ -90,7 +90,7 @@ I already can hear some of you amazing VCL wizards say "Well,
if you inline-C grab a refcount, then restart and ..." but lets
be honest, that's not how it should look.
You should be able to do something like:
You should be able to do something like::
if (req.proto == "SPDY" && req.url ~ "index.html") {
req.obj1 = lookup(backend1, "/main.css")
......
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