From 90d95caf1bc1b94f15e7ab11aabaa03060d00283 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Sun, 5 Jan 2025 14:06:54 +0400 Subject: [PATCH] how did that get there --- modules/server/services/redlib.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/server/services/redlib.nix b/modules/server/services/redlib.nix index 0711724f..b4e40d26 100644 --- a/modules/server/services/redlib.nix +++ b/modules/server/services/redlib.nix @@ -25,7 +25,7 @@ in { forceSSL = true; sslCertificate = "/srv/secrets/certs/sako.box.pem"; sslCertificateKey = "/srv/secrets/certs/sako.box-key.pem"; - locations."/" = { proxyPass = "http://localhost:8284";- }; + locations."/" = { proxyPass = "http://localhost:8284"; }; }; };