about summary refs log tree commit diff
diff options
context:
space:
mode:
-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/";
+        };
       };
     };