diff --git a/scripts/configure.sh b/scripts/configure.sh index d3ffc210c687f5b78b692c72210605e7be6950be..31596f32d139aa6df3d7a33369dc56688cf5ad0e 100644 --- a/scripts/configure.sh +++ b/scripts/configure.sh @@ -72,7 +72,7 @@ ipfs config API.HTTPHeaders.Access-Control-Allow-Methods --json '["PUT", "POST"] # public gateway with subdomain (needs wildcard) ipfs config Gateway.PublicGateways --json "{ \"$KUBO_GATEWAY_DOMAIN\": { \"UseSubdomains\": false, \"Paths\": [\"/ipfs\", \"/routing\"] }, - \"$KUBO_GATEWAY_SUBDOMAIN\": { \"UseSubdomains\": true, \"Paths\": [\"/ipfs\"] } + \"$KUBO_GATEWAY_SUBDOMAIN\": { \"UseSubdomains\": true, \"Paths\": [\"/ipfs\", \"/ipns\"] } }" ipfs config Gateway.ExposeRoutingAPI --json true