commit 450bb783cda449bd4575e65f984f513216259143 parent 2a9e229b7100d86c9bc113721282d3e76ba6c307 Author: MTRNord <MTRNord@users.noreply.github.com> Date: Wed, 1 Oct 2025 16:07:44 +0200 Meow Diffstat:
| M | apps/talos_cluster/mailserver/mailman-nginx.conf | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apps/talos_cluster/mailserver/mailman-nginx.conf b/apps/talos_cluster/mailserver/mailman-nginx.conf @@ -13,7 +13,7 @@ http { server_name _; location /static { - alias /opt/mailman/web/static; + alias /opt/mailman-web-data/static; autoindex off; }