summaryrefslogtreecommitdiffstats
path: root/container-core
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@yahoo-inc.com>2016-10-13 15:19:26 +0200
committerJon Bratseth <bratseth@yahoo-inc.com>2016-10-13 15:19:26 +0200
commit8ae188767b3bd760ab366dbd48dcaf9e9d5359e0 (patch)
tree8552d51f41c01268dc06ec2d0100d8142c1234c9 /container-core
parent0d96c6c4758ad77d6ed7ff5c3ed89ea0ed3713f1 (diff)
Remove pre Vespa 6 values from container-http.def
Diffstat (limited to 'container-core')
-rw-r--r--container-core/src/main/resources/configdefinitions/container-http.def17
1 files changed, 0 insertions, 17 deletions
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
-