From f969cd4ad09089ab5605805ac719a28208fe03ef Mon Sep 17 00:00:00 2001 From: jolheiser Date: Thu, 23 May 2024 20:49:32 -0500 Subject: [PATCH] fix: use path rather than uri for go imports Signed-off-by: jolheiser --- machines/dragonwell/caddy.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/machines/dragonwell/caddy.nix b/machines/dragonwell/caddy.nix index 1d66c9c..c6f1dd8 100644 --- a/machines/dragonwell/caddy.nix +++ b/machines/dragonwell/caddy.nix @@ -36,10 +36,10 @@ extraConfig = '' header Content-Type text/html respond /* ` - - + + - Redirecting to https://pkg.go.dev/go.jolheiser.com{uri} + Redirecting to https://pkg.go.dev/go.jolheiser.com{path} ` ''; };