From 070ea56be8322788270e5075346eb4283b275b0b Mon Sep 17 00:00:00 2001 From: jreichmann Date: Sun, 27 Oct 2019 16:58:58 +0100 Subject: [PATCH] general: updated hosts to reflect changed container names --- webhosts/git/Caddyfile | 9 +-------- webhosts/matrix/Caddyfile | 2 +- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/webhosts/git/Caddyfile b/webhosts/git/Caddyfile index 1738213..1c81f66 100644 --- a/webhosts/git/Caddyfile +++ b/webhosts/git/Caddyfile @@ -1,15 +1,8 @@ https://git.finallycoffee.eu { tls /tls_certs/finallycoffee.eu/fullchain.pem /tls_certs/finallycoffee.eu/privkey.pem - proxy / git_finallyCoffee:3000 { + proxy / git:3000 { transparent websocket } } -https://git.delta-industries.de { - tls /tls_certs/git.delta-industries.de/fullchain.pem /tls_certs/git.delta-industries.de/privkey.pem - proxy / git_deltaIndustries:3000 { - transparent - websocket - } -} diff --git a/webhosts/matrix/Caddyfile b/webhosts/matrix/Caddyfile index 3a2e247..0980cb0 100755 --- a/webhosts/matrix/Caddyfile +++ b/webhosts/matrix/Caddyfile @@ -30,7 +30,7 @@ https://dimension.matrix.finallycoffee.eu { https://chat.finallycoffee.eu { tls /tls_certs/finallycoffee.eu/fullchain.pem /tls_certs/finallycoffee.eu/privkey.pem - proxy / matrix-riot-web:8080 { + proxy / http://matrix-riot-web:8080 { transparent } }