Skip to content
Snippets Groups Projects
Commit d04ebbfe authored by Ole Voldsæter's avatar Ole Voldsæter
Browse files

la til alias (beta.ordbok.uib.no)

parent 5837ef0d
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,13 @@ Parameters:
AllowedPattern: (?!-)[a-zA-Z0-9-.]{1,63}(?<!-)
ConstraintDescription: must be a valid DNS zone name
AltDomainName:
Type: String
Description: The domain name.
Default: 'beta.ordbok.uib.no'
AllowedPattern: (?!-)[a-zA-Z0-9-.]{1,63}(?<!-)
ConstraintDescription: must be a valid DNS zone name
PriceClass:
Type: String
Description: The CloudFront distribution price class
......@@ -113,6 +120,7 @@ Resources:
OriginAccessIdentity: !Sub "origin-access-identity/cloudfront/${CloudFrontOriginIdentity}"
Aliases:
- !Ref DomainName
- !Ref AltDomainName
CustomErrorResponses:
- ErrorCachingMinTTL: 300
ErrorCode: 403
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment