From: Ismaƫl Bouya Date: Tue, 1 Sep 2020 22:29:21 +0000 (+0200) Subject: Remove discourse X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FConfig%2FNix.git;a=commitdiff_plain;h=49654501de3bd7dab64da12c99fc7845fb84110a Remove discourse --- diff --git a/modules/private/system/dilion.nix b/modules/private/system/dilion.nix index cc4297e..5c24656 100644 --- a/modules/private/system/dilion.nix +++ b/modules/private/system/dilion.nix @@ -130,8 +130,6 @@ user = config.services.nginx.user; group = config.services.nginx.group; extraDomains = { - "discourse.immae.eu" = null; - "discourse.cip-ca.fr" = null; "dev.immae.eu" = null; "caldance.immae.eu" = null; }; @@ -151,18 +149,6 @@ forceSSL = true; root = "/home/immae/www"; }; - "discourse.immae.eu" = { - acmeRoot = config.myServices.certificates.webroot; - useACMEHost = name; - forceSSL = true; - locations."/".proxyPass = "http://localhost:18031"; - }; - "discourse.cip-ca.fr" = { - acmeRoot = config.myServices.certificates.webroot; - useACMEHost = name; - forceSSL = true; - locations."/".proxyPass = "http://localhost:18031"; - }; "caldance.immae.eu" = { acmeRoot = config.myServices.certificates.webroot; useACMEHost = name;