From 0a058eb6c652f2837e4a7c64d7eff3d956ff06d0 Mon Sep 17 00:00:00 2001 From: "xyno (Philipp Hochkamp)" Date: Mon, 28 Aug 2023 14:06:56 +0200 Subject: [PATCH] fix url --- hosts/picard/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/picard/default.nix b/hosts/picard/default.nix index 370790e1..ef9c582e 100644 --- a/hosts/picard/default.nix +++ b/hosts/picard/default.nix @@ -52,7 +52,7 @@ enableACME = true; forceSSL = true; locations."/".proxyPass = "http://[::1]${config.services.xynoblog.listen}"; - locations."/js".proxyPass = "http://127.0.0.1:${toString config.services.plausible.server.port}"; + locations."/gyakapyukawfyuokfgwtyutf.js".proxyPass = "http://127.0.0.1:${toString config.services.plausible.server.port}/js/plausible.js"; locations."/api/event".proxyPass = "http://127.0.0.1:${toString config.services.plausible.server.port}"; }; services.lolpizza2.enable = true;