Commit c11fc5bd authored by Federico G. Schwindt's avatar Federico G. Schwindt

Add missing double quotes

parent 72a8e80c
...@@ -64,7 +64,7 @@ Description ...@@ -64,7 +64,7 @@ Description
request so probably want to set it on every request should you request so probably want to set it on every request should you
utilize it. utilize it.
Example Example
| if (req.url ~ ^/slow/) { | if (req.url ~ "^/slow/") {
| std.set_ip_tos(0); | std.set_ip_tos(0);
| } | }
......
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