From: Ismaƫl Bouya Date: Sat, 6 Feb 2021 22:36:08 +0000 (+0100) Subject: Use local website for research X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FConfig%2FNix.git;a=commitdiff_plain;h=c5f1602f941d34ad1f9e7bdb69678d0c844c9db6 Use local website for research --- 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 + '' ]; }; };