about summary refs log tree commit diff
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2024-02-14 14:23:19 +0100
committerProfpatsch <mail@profpatsch.de>2024-02-14 14:36:28 +0100
commita9fdd733bd4d8fe88c95a7e065a01d246f2e9b3c (patch)
treefe3e093846da05268fb876bfffd391683871de0f
parentf25d3afbe9a2dd72e17b1c65ba3b6f9401c6706c (diff)
machines/profpatsch/legosi: serve /mlp
Somebody wanted a very old MLP file I posted years ago, restores the
public URL.
-rw-r--r--machines/profpatsch/legosi.nix4
1 files changed, 3 insertions, 1 deletions
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/";
+        };
       };
     };