Attempt to fix caddyfile again
Some checks failed
Run nix flake check / flake-check (push) Failing after 4m5s

This commit is contained in:
Torjus Håkestad 2025-06-01 02:35:31 +02:00
parent 9236d6aef7
commit fa4782e43f
Signed by: torjus
SSH Key Fingerprint: SHA256:KjAds8wHfD2mBYK2H815s/+ABcSdcIHUndwHEdSxml4

View File

@ -10,14 +10,14 @@
} }
metrics /metrics
nix-cache.home.2rjus.net { nix-cache.home.2rjus.net {
log { log {
output file /var/log/caddy/nix-cache.log { output file /var/log/caddy/nix-cache.log {
mode 644 mode 644
} }
} }
metrics /metrics
reverse_proxy http://localhost:5000 reverse_proxy http://localhost:5000
} }
''; '';