From 81e89082281f29bb1e35feee381806bd4e8183e5 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 26 May 2022 18:26:58 +0000 Subject: [PATCH] add caddy --- config.json.tp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config.json.tp b/config.json.tp index c68f740..ae14d2b 100644 --- a/config.json.tp +++ b/config.json.tp @@ -53,7 +53,10 @@ "security": "none", "network": "h2", "httpSettings": { - "path": "/h2" + "path": "/h2", + "host": [ + "zizifn1.herokuapp.com" + ] } } }