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.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/private/websites/immae/production.nix b/modules/private/websites/immae/production.nix
index 439b455..ff9cf9d 100644
--- a/modules/private/websites/immae/production.nix
+++ b/modules/private/websites/immae/production.nix
@@ -50,6 +50,14 @@ in {
50 Require all granted 50 Require all granted
51 </Directory> 51 </Directory>
52 52
53 Alias /.well-known/matrix ${./matrix}
54 <Directory ${./matrix}>
55 Options Indexes FollowSymLinks MultiViews Includes
56 AllowOverride None
57 Require all granted
58 Header always set Access-Control-Allow-Origin "*"
59 </Directory>
60
53 Alias /cours ${coursDir} 61 Alias /cours ${coursDir}
54 <Directory ${coursDir}> 62 <Directory ${coursDir}>
55 DirectoryIndex index.htm index.html 63 DirectoryIndex index.htm index.html