summaryrefslogtreecommitdiffstats
path: root/container-core/src/main/resources/configdefinitions/container-http.def
diff options
context:
space:
mode:
Diffstat (limited to 'container-core/src/main/resources/configdefinitions/container-http.def')
-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
-