diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-09-02 00:29:21 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-09-02 00:29:21 +0200 |
commit | 49654501de3bd7dab64da12c99fc7845fb84110a (patch) | |
tree | 8207af108a1c208e88f9ff4bc768441944be1b0b | |
parent | 5dda316b382211733cda7163b33bf388dd052671 (diff) | |
download | Nix-49654501de3bd7dab64da12c99fc7845fb84110a.tar.gz Nix-49654501de3bd7dab64da12c99fc7845fb84110a.tar.zst Nix-49654501de3bd7dab64da12c99fc7845fb84110a.zip |
Remove discourse
-rw-r--r-- | modules/private/system/dilion.nix | 14 |
1 files changed, 0 insertions, 14 deletions
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 @@ | |||
130 | user = config.services.nginx.user; | 130 | user = config.services.nginx.user; |
131 | group = config.services.nginx.group; | 131 | group = config.services.nginx.group; |
132 | extraDomains = { | 132 | extraDomains = { |
133 | "discourse.immae.eu" = null; | ||
134 | "discourse.cip-ca.fr" = null; | ||
135 | "dev.immae.eu" = null; | 133 | "dev.immae.eu" = null; |
136 | "caldance.immae.eu" = null; | 134 | "caldance.immae.eu" = null; |
137 | }; | 135 | }; |
@@ -151,18 +149,6 @@ | |||
151 | forceSSL = true; | 149 | forceSSL = true; |
152 | root = "/home/immae/www"; | 150 | root = "/home/immae/www"; |
153 | }; | 151 | }; |
154 | "discourse.immae.eu" = { | ||
155 | acmeRoot = config.myServices.certificates.webroot; | ||
156 | useACMEHost = name; | ||
157 | forceSSL = true; | ||
158 | locations."/".proxyPass = "http://localhost:18031"; | ||
159 | }; | ||
160 | "discourse.cip-ca.fr" = { | ||
161 | acmeRoot = config.myServices.certificates.webroot; | ||
162 | useACMEHost = name; | ||
163 | forceSSL = true; | ||
164 | locations."/".proxyPass = "http://localhost:18031"; | ||
165 | }; | ||
166 | "caldance.immae.eu" = { | 152 | "caldance.immae.eu" = { |
167 | acmeRoot = config.myServices.certificates.webroot; | 153 | acmeRoot = config.myServices.certificates.webroot; |
168 | useACMEHost = name; | 154 | useACMEHost = name; |