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.def18
1 files changed, 18 insertions, 0 deletions
diff --git a/container-core/src/main/resources/configdefinitions/container-http.def b/container-core/src/main/resources/configdefinitions/container-http.def
new file mode 100644
index 00000000000..b3a1a8d7d41
--- /dev/null
+++ b/container-core/src/main/resources/configdefinitions/container-http.def
@@ -0,0 +1,18 @@
+# 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
+
+## 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