aboutsummaryrefslogtreecommitdiff
path: root/nixops/modules/websites/chloe/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixops/modules/websites/chloe/default.nix')
-rw-r--r--nixops/modules/websites/chloe/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixops/modules/websites/chloe/default.nix b/nixops/modules/websites/chloe/default.nix
index d647eb9..f561834 100644
--- a/nixops/modules/websites/chloe/default.nix
+++ b/nixops/modules/websites/chloe/default.nix
@@ -53,7 +53,7 @@ in {
53 services.myWebsites.production.vhostConfs.chloe = { 53 services.myWebsites.production.vhostConfs.chloe = {
54 certName = "chloe"; 54 certName = "chloe";
55 hosts = ["osteopathe-cc.fr" "www.osteopathe-cc.fr" ]; 55 hosts = ["osteopathe-cc.fr" "www.osteopathe-cc.fr" ];
56 root = chloe_prod.webRoot; 56 root = chloe_prod.apache.root;
57 extraConfig = [ chloe_prod.apache.vhostConf ]; 57 extraConfig = [ chloe_prod.apache.vhostConf ];
58 }; 58 };
59 }) 59 })