From d8175633807dd2754c3bd839182ab8ac5565d6f1 Mon Sep 17 00:00:00 2001 From: Tobias Wiese Date: Sun, 31 Jan 2021 01:06:28 +0100 Subject: new-babbage/http: add new vhosts Some new http vhosts appeared since they were last updated. Signed-off-by: Tobias Wiese --- zones.d/master/hosts.conf | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'zones.d') diff --git a/zones.d/master/hosts.conf b/zones.d/master/hosts.conf index 0607b65..d66405d 100644 --- a/zones.d/master/hosts.conf +++ b/zones.d/master/hosts.conf @@ -21,9 +21,17 @@ object Host "new-babbage.server.tobiaswiese.net" { } vars.http_vhosts = { + "deb.tobiaswiese.net" = { + http_uri = "/tobiaswiese/" + } + "git.tobiaswiese.net" = { } "icinga.tobiaswiese.net" = { http_uri = "/icingaweb2" } + "monitoring.tobiaswiese.net" = { } + "rt.tobiaswiese.net" = { } + + "dav.tobiaswiese.com" = { } } vars.pgsql = { } @@ -33,9 +41,7 @@ object Host "new-babbage.server.tobiaswiese.net" { dig_record_type = "SOA" } vars.extra_sshd["elog-phabricator"] = { } - vars.http_vhosts = { - "phabricator.elog.dev" = { - http_uri = "/status/" - } + vars.http_vhosts["phabricator.elog.dev"] = { + http_uri = "/status/" } } -- cgit v1.2.3