From c2e11872811f49b6935e37206c98a777f959faf6 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Wed, 8 Feb 2023 14:56:31 +0000 Subject: sys/atuin: /lists/postorius -> /lists/mailman Changed in mailman-web 0.0.2. --- sys/atuin.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sys') diff --git a/sys/atuin.nix b/sys/atuin.nix index bf9c3525a624..a6e87e04b930 100644 --- a/sys/atuin.nix +++ b/sys/atuin.nix @@ -261,6 +261,10 @@ in "/lists/archives".proxyPass = "http://unix:/run/public-inbox-httpd.sock:/lists/archives"; "= /lists/archives".return = "301 /lists/archives/"; }; + + extraConfig = '' + rewrite ^/lists/postorius(/.*)?$ /lists/mailman3$1 permanent; + ''; }; services.nginx.virtualHosts.default = { -- cgit 1.4.1