From 8ae188767b3bd760ab366dbd48dcaf9e9d5359e0 Mon Sep 17 00:00:00 2001 From: Jon Bratseth Date: Thu, 13 Oct 2016 15:19:26 +0200 Subject: Remove pre Vespa 6 values from container-http.def --- .../main/resources/configdefinitions/container-http.def | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'container-core') diff --git a/container-core/src/main/resources/configdefinitions/container-http.def b/container-core/src/main/resources/configdefinitions/container-http.def index ae0fecae549..95fcde3a24f 100644 --- a/container-core/src/main/resources/configdefinitions/container-http.def +++ b/container-core/src/main/resources/configdefinitions/container-http.def @@ -1,22 +1,5 @@ # Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -version=8 namespace=container.core -#with this set to false, absolutely NO HTTP services are started -enabled bool default=false - -## Buffer size for incoming requests -requestbuffersize int default=65536 - ## If non-empty, handlers should emit a header containing this string as key and the local host name as value hostResponseHeaderKey string default="" - -## Which port to listen on for search queries -port.search int default=8081 - -## Which interface to bind to. -port.host string default="" - -## Whether to serve files on the same port as search queries. -fileserver.throughsearch bool default=true - -- cgit v1.2.3