Skip to content

Commit

Permalink
Made more clear what origin to replace in example (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
ottokruse committed Feb 18, 2020
1 parent c38f31f commit e1699e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example-serverless-app-reuse/reuse-auth-only.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ Resources:
ViewerProtocolPolicy: redirect-to-https
Enabled: true
Origins:
- DomainName: example.org
- DomainName: example.org # Dummy origin is used for Lambda@Edge functions, keep this as-is
Id: dummy-origin
CustomOriginConfig:
OriginProtocolPolicy: match-viewer
- DomainName: example.com
- DomainName: change.this.to.your.origin
Id: protected-origin
CustomOriginConfig:
OriginProtocolPolicy: match-viewer
Expand Down

0 comments on commit e1699e5

Please sign in to comment.