diff --git a/services/nix-cache/proxy.nix b/services/nix-cache/proxy.nix index 06ba70f..9762b41 100644 --- a/services/nix-cache/proxy.nix +++ b/services/nix-cache/proxy.nix @@ -10,14 +10,14 @@ } - metrics /metrics - nix-cache.home.2rjus.net { log { output file /var/log/caddy/nix-cache.log { mode 644 } } + metrics /metrics + reverse_proxy http://localhost:5000 } '';