Commit ae72dba3 authored by Nils Goroll's avatar Nils Goroll

rst does not like mixed whitespace

parent 39f66baa
Pipeline #301 skipped
...@@ -18,12 +18,12 @@ Example: ...@@ -18,12 +18,12 @@ Example:
:: ::
vcl_init { vcl_init {
new director = random(); new director = random();
director.add_backend(backend, director.add_backend(backend,
weight=1.1, weight=1.1,
weight_update="^X-Weight: *(\d+\.\d+)", weight_update="^X-Weight: *(\d+\.\d+)",
url="/get-weight.php"); url="/get-weight.php");
# ... # ...
} }
......
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