aboutsummaryrefslogtreecommitdiff
path: root/modules/private/websites/immae/production.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/private/websites/immae/production.nix')
-rw-r--r--modules/private/websites/immae/production.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/private/websites/immae/production.nix b/modules/private/websites/immae/production.nix
index 890a5af..c63839e 100644
--- a/modules/private/websites/immae/production.nix
+++ b/modules/private/websites/immae/production.nix
@@ -43,6 +43,13 @@ in {
43 Require all granted 43 Require all granted
44 </Directory> 44 </Directory>
45 45
46 Alias /.well-known/chatonsinfos ${./chatons}
47 <Directory ${./chatons}>
48 Options Indexes FollowSymLinks MultiViews Includes
49 AllowOverride None
50 Require all granted
51 </Directory>
52
46 Alias /cours ${coursDir} 53 Alias /cours ${coursDir}
47 <Directory ${coursDir}> 54 <Directory ${coursDir}>
48 DirectoryIndex index.htm index.html 55 DirectoryIndex index.htm index.html