X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FConfig%2FNix.git;a=blobdiff_plain;f=modules%2Fprivate%2Fwebsites%2Fimmae%2Fproduction.nix;fp=modules%2Fprivate%2Fwebsites%2Fimmae%2Fproduction.nix;h=439b455171f3b9bae2bdb95fc21306e8f52943f4;hp=7228120a16304859abe42d35a4abdd1bec28805f;hb=c5f1602f941d34ad1f9e7bdb69678d0c844c9db6;hpb=f7a3019f100fd37a2a26b1de5af72952010da477 diff --git a/modules/private/websites/immae/production.nix b/modules/private/websites/immae/production.nix index 7228120..439b455 100644 --- a/modules/private/websites/immae/production.nix +++ b/modules/private/websites/immae/production.nix @@ -106,9 +106,14 @@ in { certName = "immae"; addToCerts = true; hosts = [ "bouya.org" "www.bouya.org" ]; - root = null; + root = rechercheDir; extraConfig = [ '' - RedirectMatch 301 ^/((?!\.well-known.*$).*)$ https://www.normalesup.org/~bouya/ + + DirectoryIndex index.htm index.html + Options Indexes FollowSymLinks MultiViews Includes + AllowOverride All + Require all granted + '' ]; }; };