From d7a3c957467e65ea7176170fba3c280ac18ac17e Mon Sep 17 00:00:00 2001 From: vnugent Date: Sun, 21 Apr 2024 12:02:57 -0400 Subject: chore: Package updates and minor QOL patches --- ci/container/config-templates/config-template.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ci/container/config-templates/config-template.json') diff --git a/ci/container/config-templates/config-template.json b/ci/container/config-templates/config-template.json index e226efb..0bd0ddb 100644 --- a/ci/container/config-templates/config-template.json +++ b/ci/container/config-templates/config-template.json @@ -52,6 +52,9 @@ //Collection of objects to define hosts+interfaces to build server listeners from "virtual_hosts": [ { + + "trace": ${HTTP_TRACE_ON}, + //The interface to bind to, you may not mix TLS and non-TLS connections on the same interface "interface": { "address": "0.0.0.0", -- cgit