From e4f11bc6303472c9ed583cd4366704b06c4b74b8 Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Sat, 7 Jun 2025 14:37:52 +0800 Subject: [PATCH] feat(nginx): point aenyrathia.wiki to helios --- systems/x86_64-linux/apollo/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/systems/x86_64-linux/apollo/default.nix b/systems/x86_64-linux/apollo/default.nix index d4c35a8..0170ec9 100644 --- a/systems/x86_64-linux/apollo/default.nix +++ b/systems/x86_64-linux/apollo/default.nix @@ -27,6 +27,10 @@ web-apps.librechat.enable = true; web-servers.nginx.enable = true; web-servers.nginx.proxies = [ + { + source = "aenyrathia.wiki"; + target = "http://helios:5896"; + } { source = "chat.bwfiq.com"; target = "http://localhost:3080";