From e6ffbefec72393417e00766b4b36ce09e5700af4 Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch> Date: Thu, 3 Oct 2024 17:16:47 +0200 Subject: [PATCH] update config dist file --- config/redirects_www.example.com.json.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/redirects_www.example.com.json.dist b/config/redirects_www.example.com.json.dist index a2ff96d..83d3db0 100644 --- a/config/redirects_www.example.com.json.dist +++ b/config/redirects_www.example.com.json.dist @@ -1,7 +1,7 @@ { "comment": "Example redirect configuration file for domain.example.com", "direct":{ - "mail": {"code": 301, "target": "https://www.example.com/mail" } + "/mail": {"code": 301, "target": "https://www.example.com/webmail" } }, "regex":{ ".*": {"code": 307, "target": "https://www.example.com/" } -- GitLab