diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-01-02 19:28:20 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-01-02 19:28:20 +0100 |
commit | 78f73470c7eae1739feaf3827d0aec36f80aa486 (patch) | |
tree | 765bcb0bc4ffcb31b9d4e1b2b89ebb252718971f | |
parent | 95ca3110e943462ca8a998a3b1e575bc35cc93a9 (diff) | |
download | Nix-78f73470c7eae1739feaf3827d0aec36f80aa486.tar.gz Nix-78f73470c7eae1739feaf3827d0aec36f80aa486.tar.zst Nix-78f73470c7eae1739feaf3827d0aec36f80aa486.zip |
Change telio’s website
-rw-r--r-- | modules/private/websites/teliotortay/production.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/private/websites/teliotortay/production.nix b/modules/private/websites/teliotortay/production.nix index b0544ee..59090f5 100644 --- a/modules/private/websites/teliotortay/production.nix +++ b/modules/private/websites/teliotortay/production.nix | |||
@@ -45,7 +45,7 @@ in { | |||
45 | services.websites.env.production.vhostConfs.telio-tortay = { | 45 | services.websites.env.production.vhostConfs.telio-tortay = { |
46 | certName = "telio-tortay"; | 46 | certName = "telio-tortay"; |
47 | certMainHost = "telio-tortay.immae.eu"; | 47 | certMainHost = "telio-tortay.immae.eu"; |
48 | hosts = ["telio-tortay.immae.eu" "os-tv.fr" ]; | 48 | hosts = ["telio-tortay.immae.eu" "realistesmedia.fr" "www.realistesmedia.fr" ]; |
49 | root = varDir; | 49 | root = varDir; |
50 | extraConfig = [ | 50 | extraConfig = [ |
51 | adminer.apache.vhostConf | 51 | adminer.apache.vhostConf |