diff options
author | Alan Pearce | 2024-06-29 17:50:22 +0200 |
---|---|---|
committer | Alan Pearce | 2024-06-29 17:50:22 +0200 |
commit | 22a0836e628ef5188b72fb772fb403c49e6f0cf4 (patch) | |
tree | 20ad914285f99c0917c1002e92ad32057f5bf89c | |
parent | 2d5d6cb7f733fb9e7b6b713a6051f7d8ce253fc2 (diff) | |
download | gopkgs-22a0836e628ef5188b72fb772fb403c49e6f0cf4.tar.lz gopkgs-22a0836e628ef5188b72fb772fb403c49e6f0cf4.tar.zst gopkgs-22a0836e628ef5188b72fb772fb403c49e6f0cf4.zip |
allow caddy to read files
-rwxr-xr-x | justfile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |