aboutsummaryrefslogtreecommitdiff
path: root/modules/private/websites/ludivine/production.nix
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2021-10-22 20:07:14 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2021-10-23 01:43:33 +0200
commit750fe5a43b957b91a26069cf8a4fe19fc7b2633c (patch)
tree79b4fb8d49ad7a38884e8453349635a7f715ad7e /modules/private/websites/ludivine/production.nix
parentfcbdf67afe262bf6b35a4047956b2f8c12a04cb1 (diff)
downloadNix-750fe5a43b957b91a26069cf8a4fe19fc7b2633c.tar.gz
Nix-750fe5a43b957b91a26069cf8a4fe19fc7b2633c.tar.zst
Nix-750fe5a43b957b91a26069cf8a4fe19fc7b2633c.zip
Remove webappdirs
Diffstat (limited to 'modules/private/websites/ludivine/production.nix')
-rw-r--r--modules/private/websites/ludivine/production.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/private/websites/ludivine/production.nix b/modules/private/websites/ludivine/production.nix
index 73b63a2..09bb3dc 100644
--- a/modules/private/websites/ludivine/production.nix
+++ b/modules/private/websites/ludivine/production.nix
@@ -93,7 +93,7 @@ in {
93 certName = "ludivine"; 93 certName = "ludivine";
94 certMainHost = "ludivinecassal.com"; 94 certMainHost = "ludivinecassal.com";
95 hosts = ["ludivinecassal.com" "www.ludivinecassal.com" ]; 95 hosts = ["ludivinecassal.com" "www.ludivinecassal.com" ];
96 root = pcfg.webappDirs.ludivine_production; 96 root = app.webRoot;
97 extraConfig = [ 97 extraConfig = [
98 '' 98 ''
99 RewriteEngine on 99 RewriteEngine on
@@ -106,7 +106,7 @@ in {
106 106
107 Use Stats ludivinecassal.com 107 Use Stats ludivinecassal.com
108 108
109 <Directory ${pcfg.webappDirs.ludivine_production}> 109 <Directory ${app.webRoot}>
110 Options Indexes FollowSymLinks MultiViews Includes 110 Options Indexes FollowSymLinks MultiViews Includes
111 AllowOverride All 111 AllowOverride All
112 Require all granted 112 Require all granted