Skip to content

Commit

Permalink
Merge branch 'main' into move-spire-templates
Browse files Browse the repository at this point in the history
  • Loading branch information
farski committed Sep 11, 2023
2 parents 2fe6e82 + c72e6ee commit bb78414
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions dns/prx.org-hosted_zone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,12 @@ Resources:
- prx.github.io.
TTL: "300"
Type: CNAME
# 2022.prx.org
- Name: !Sub 2022.${Domain}
ResourceRecords:
- prx.github.io.
TTL: "300"
Type: CNAME
# blog.prx.org
- AliasTarget:
DNSName: d1uuj4xcfminz6.cloudfront.net.
Expand Down
2 changes: 1 addition & 1 deletion spire/templates/apps/feeder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -995,7 +995,7 @@ Resources:
const body = data.replace(
/<enclosure url="([^"]+)"/g,
`<enclosure url="$1?auth=${auth}"`,
);
).replace(/{\?auth}"/g, `?auth=${auth}"`);
const headers = {
'Content-Type': resp.headers['content-type'],
'Cache-Control': `public, max-age=300`,
Expand Down

0 comments on commit bb78414

Please sign in to comment.