From 22a0836e628ef5188b72fb772fb403c49e6f0cf4 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 29 Jun 2024 17:50:22 +0200 Subject: allow caddy to read files --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 53533c1..4ec188a 100755 --- a/justfile +++ b/justfile @@ -3,4 +3,4 @@ cd: vanity-imports --config vanity-imports.toml - rsync --recursive --delete dist/ /srv/http/go + rsync --recursive --delete --chmod=go+r dist/ /srv/http/go -- cgit 1.4.1