aboutsummaryrefslogtreecommitdiff
path: root/nixops/modules/websites/piedsjaloux
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2019-02-16 14:50:08 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2019-02-16 14:50:08 +0100
commit7da3ceece7fe6c49046e97f37fc353db9b8a981c (patch)
tree623849d979508b007b1b6e4e42976b64e30b2cf1 /nixops/modules/websites/piedsjaloux
parente5073addbe397afd596613af469f3308a07c1801 (diff)
downloadNix-7da3ceece7fe6c49046e97f37fc353db9b8a981c.tar.gz
Nix-7da3ceece7fe6c49046e97f37fc353db9b8a981c.tar.zst
Nix-7da3ceece7fe6c49046e97f37fc353db9b8a981c.zip
Move production websites to use stable web directories
Diffstat (limited to 'nixops/modules/websites/piedsjaloux')
-rw-r--r--nixops/modules/websites/piedsjaloux/default.nix2
-rw-r--r--nixops/modules/websites/piedsjaloux/piedsjaloux.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/nixops/modules/websites/piedsjaloux/default.nix b/nixops/modules/websites/piedsjaloux/default.nix
index 584e936..54e063d 100644
--- a/nixops/modules/websites/piedsjaloux/default.nix
+++ b/nixops/modules/websites/piedsjaloux/default.nix
@@ -50,7 +50,7 @@ in {
50 services.myWebsites.production.vhostConfs.piedsjaloux = { 50 services.myWebsites.production.vhostConfs.piedsjaloux = {
51 certName = "piedsjaloux"; 51 certName = "piedsjaloux";
52 hosts = [ "piedsjaloux.fr" "www.piedsjaloux.fr" ]; 52 hosts = [ "piedsjaloux.fr" "www.piedsjaloux.fr" ];
53 root = piedsjaloux_prod.webRoot; 53 root = piedsjaloux_prod.apache.root;
54 extraConfig = [ piedsjaloux_prod.apache.vhostConf ]; 54 extraConfig = [ piedsjaloux_prod.apache.vhostConf ];
55 }; 55 };
56 }) 56 })
diff --git a/nixops/modules/websites/piedsjaloux/piedsjaloux.nix b/nixops/modules/websites/piedsjaloux/piedsjaloux.nix
index a2d9a12..4caf48a 100644
--- a/nixops/modules/websites/piedsjaloux/piedsjaloux.nix
+++ b/nixops/modules/websites/piedsjaloux/piedsjaloux.nix
@@ -110,7 +110,7 @@ let
110 '' else '' 110 '' else ''
111 Use Stats piedsjaloux.fr 111 Use Stats piedsjaloux.fr
112 112
113 <Directory ${webRoot}> 113 <Directory ${root}>
114 Options Indexes FollowSymLinks MultiViews Includes 114 Options Indexes FollowSymLinks MultiViews Includes
115 AllowOverride All 115 AllowOverride All
116 Require all granted 116 Require all granted