From d10ecf142347c037a9359f88f5830796e9f9218c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Isma=C3=ABl=20Bouya?= Date: Wed, 22 Apr 2020 22:48:39 +0200 Subject: [PATCH] Add dashboard for tools --- modules/private/websites/tools/tools/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/private/websites/tools/tools/default.nix b/modules/private/websites/tools/tools/default.nix index be2ee75..2fe4775 100644 --- a/modules/private/websites/tools/tools/default.nix +++ b/modules/private/websites/tools/tools/default.nix @@ -111,6 +111,10 @@ in { RedirectMatch 301 ^/roundcube(.*)$ https://mail.immae.eu/roundcube$1 RedirectMatch 301 ^/jappix(.*)$ https://im.immae.fr/converse + RewriteEngine On + RewriteCond %{DOCUMENT_ROOT}/homer%{REQUEST_URI} -f + RewriteRule ^(.*)$ /homer$1 [QSA,L] + DirectoryIndex index.php index.htm index.html AllowOverride all -- 2.41.0