Skip to content

Commit

Permalink
fix(infra): encode primitive outside caddy matcher
Browse files Browse the repository at this point in the history
  • Loading branch information
juligasa committed Dec 18, 2024
1 parent 37d6836 commit 19885aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion website_deployment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,10 @@ mkdir -p ${workspace}/proxy
cat << BLOCK > ${workspace}/proxy/CaddyFile
{\$SEED_SITE_HOSTNAME}
encode zstd gzip
@ipfsget {
method GET HEAD OPTIONS
encode zstd gzip
path /ipfs/*
}
Expand Down

0 comments on commit 19885aa

Please sign in to comment.