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 c63839e..7228120 100644
--- a/modules/private/websites/immae/production.nix
+++ b/modules/private/websites/immae/production.nix
@@ -58,6 +58,14 @@ in {
58 Require all granted 58 Require all granted
59 </Directory> 59 </Directory>
60 60
61 Alias /eurl ${./eurl}
62 <Directory ${./eurl}>
63 DirectoryIndex index.htm index.html
64 Options Indexes FollowSymLinks MultiViews Includes
65 AllowOverride None
66 Require all granted
67 </Directory>
68
61 Alias /recherche ${rechercheDir} 69 Alias /recherche ${rechercheDir}
62 <Directory ${rechercheDir}> 70 <Directory ${rechercheDir}>
63 DirectoryIndex index.htm index.html 71 DirectoryIndex index.htm index.html