From a9fdd733bd4d8fe88c95a7e065a01d246f2e9b3c Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Wed, 14 Feb 2024 14:23:19 +0100 Subject: machines/profpatsch/legosi: serve /mlp Somebody wanted a very old MLP file I posted years ago, restores the public URL. --- machines/profpatsch/legosi.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/machines/profpatsch/legosi.nix b/machines/profpatsch/legosi.nix index 384ce01b..c86b0368 100644 --- a/machines/profpatsch/legosi.nix +++ b/machines/profpatsch/legosi.nix @@ -177,7 +177,9 @@ in { locations."/posts" = { proxyPass = "http://localhost:${toString siteServerPort}"; }; - + locations."/mlp/" = { + alias = "/sync/www/mlp/"; + }; }; }; -- cgit 1.4.1