Commit 9b1fea27 authored by Andreas Plesner Jacobsen's avatar Andreas Plesner Jacobsen Committed by Tollef Fog Heen

Add type to connect_timeout

References #971
parent 1a807636
...@@ -232,7 +232,7 @@ random or round-robin director or using .list:: ...@@ -232,7 +232,7 @@ random or round-robin director or using .list::
.list = { .list = {
.host_header = "www.example.com"; .host_header = "www.example.com";
.port = "80"; .port = "80";
.connect_timeout = 0.4; .connect_timeout = 0.4s;
"192.168.15.0"/24; "192.168.15.0"/24;
"192.168.16.128"/25; "192.168.16.128"/25;
} }
......
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