aboutsummaryrefslogtreecommitdiff
path: root/modules/private/websites/immae/production.nix
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2021-01-19 22:29:21 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2021-01-19 22:29:21 +0100
commit23f9fdf03a6673dbe334ae33be4f498cc4753191 (patch)
tree4a2c5c0e04ec07f59ed2e6aa3f2fe4c8299c691e /modules/private/websites/immae/production.nix
parent196c6e3c3581dc7f9a477680c278b88b0f5795b6 (diff)
downloadNix-23f9fdf03a6673dbe334ae33be4f498cc4753191.tar.gz
Nix-23f9fdf03a6673dbe334ae33be4f498cc4753191.tar.zst
Nix-23f9fdf03a6673dbe334ae33be4f498cc4753191.zip
Add ImmaeEu EURL billing certificate
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