From b0faddb9a79f0f1069990c526120b6d74a5816cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Sat, 21 May 2022 17:38:24 +0200 Subject: [PATCH] remove static and reditect domains --- roles/webgateway/vars/main.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/roles/webgateway/vars/main.yaml b/roles/webgateway/vars/main.yaml index 16f36d4..b817ecc 100644 --- a/roles/webgateway/vars/main.yaml +++ b/roles/webgateway/vars/main.yaml @@ -14,10 +14,8 @@ proxy: static: - - {domain: kmlabz.com, directory: /var/www/kmlabz.com, repo: "https://git.kmlabz.com/kmlabz/homepage.git"} + [] redirect: - - {domain: tormakristof.eu, destination: "https://www.tormakristof.eu"} - - {domain: tormakris.dev, destination: "https://www.tormakristof.eu"} - - {domain: torma.xyz, destination: "https://www.tormakristof.eu"} + [] ...