diff options
-rw-r--r-- | modules/private/websites/tools/tools/default.nix | 4 |
1 files changed, 4 insertions, 0 deletions
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 { | |||
111 | RedirectMatch 301 ^/roundcube(.*)$ https://mail.immae.eu/roundcube$1 | 111 | RedirectMatch 301 ^/roundcube(.*)$ https://mail.immae.eu/roundcube$1 |
112 | RedirectMatch 301 ^/jappix(.*)$ https://im.immae.fr/converse | 112 | RedirectMatch 301 ^/jappix(.*)$ https://im.immae.fr/converse |
113 | 113 | ||
114 | RewriteEngine On | ||
115 | RewriteCond %{DOCUMENT_ROOT}/homer%{REQUEST_URI} -f | ||
116 | RewriteRule ^(.*)$ /homer$1 [QSA,L] | ||
117 | |||
114 | <Directory "/var/lib/ftp/tools.immae.eu"> | 118 | <Directory "/var/lib/ftp/tools.immae.eu"> |
115 | DirectoryIndex index.php index.htm index.html | 119 | DirectoryIndex index.php index.htm index.html |
116 | AllowOverride all | 120 | AllowOverride all |