From 9eb3b728d52c51252c1cfb927e79f6d7508dc351 Mon Sep 17 00:00:00 2001 From: Roy Dumblauskas Date: Thu, 12 Jun 2025 22:50:29 -0500 Subject: [PATCH] update proxy paths --- homelab-services/minio-service/flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homelab-services/minio-service/flake.nix b/homelab-services/minio-service/flake.nix index 893f735..c46832c 100644 --- a/homelab-services/minio-service/flake.nix +++ b/homelab-services/minio-service/flake.nix @@ -82,7 +82,7 @@ locations."/" = { proxyPass = "http://localhost:${toString opts.dataPort}"; }; - locations."/console" = { + locations."/console/" = { proxyPass = "https://localhost:${toString opts.consolePort}"; }; };