From 198117a8d09df7ff084389711486673188850e46 Mon Sep 17 00:00:00 2001 From: Joachim Bauch Date: Mon, 7 Sep 2020 17:06:40 +0200 Subject: [PATCH] Fix commented default value of "urltype". --- server.conf.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.conf.in b/server.conf.in index 6e72b6f..09e44ab 100644 --- a/server.conf.in +++ b/server.conf.in @@ -122,7 +122,7 @@ connectionsperhost = 8 # Possible values: # - static: A space-separated list of proxy URLs is given in the "url" option. # - etcd: Proxy URLs are retrieved from an etcd cluster (see below). -#urltype = "static" +#urltype = static # For type "proxy": the id of the token to use when connecting to proxy servers. #token_id = server1