diff options
Diffstat (limited to 'nixops/modules/websites/connexionswing')
-rw-r--r-- | nixops/modules/websites/connexionswing/connexionswing.nix | 2 | ||||
-rw-r--r-- | nixops/modules/websites/connexionswing/default.nix | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/nixops/modules/websites/connexionswing/connexionswing.nix b/nixops/modules/websites/connexionswing/connexionswing.nix index dff563f..74a1ad0 100644 --- a/nixops/modules/websites/connexionswing/connexionswing.nix +++ b/nixops/modules/websites/connexionswing/connexionswing.nix | |||
@@ -129,7 +129,7 @@ let | |||
129 | '' else '' | 129 | '' else '' |
130 | Use Stats connexionswing.com | 130 | Use Stats connexionswing.com |
131 | 131 | ||
132 | <Directory ${webRoot}> | 132 | <Directory ${root}> |
133 | Options Indexes FollowSymLinks MultiViews Includes | 133 | Options Indexes FollowSymLinks MultiViews Includes |
134 | AllowOverride All | 134 | AllowOverride All |
135 | Require all granted | 135 | Require all granted |
diff --git a/nixops/modules/websites/connexionswing/default.nix b/nixops/modules/websites/connexionswing/default.nix index f176762..f98b349 100644 --- a/nixops/modules/websites/connexionswing/default.nix +++ b/nixops/modules/websites/connexionswing/default.nix | |||
@@ -53,7 +53,7 @@ in { | |||
53 | services.myWebsites.production.vhostConfs.connexionswing = { | 53 | services.myWebsites.production.vhostConfs.connexionswing = { |
54 | certName = "connexionswing"; | 54 | certName = "connexionswing"; |
55 | hosts = ["connexionswing.com" "sandetludo.com" "www.connexionswing.com" "www.sandetludo.com" ]; | 55 | hosts = ["connexionswing.com" "sandetludo.com" "www.connexionswing.com" "www.sandetludo.com" ]; |
56 | root = connexionswing_prod.webRoot; | 56 | root = connexionswing_prod.apache.root; |
57 | extraConfig = [ connexionswing_prod.apache.vhostConf ]; | 57 | extraConfig = [ connexionswing_prod.apache.vhostConf ]; |
58 | }; | 58 | }; |
59 | }) | 59 | }) |