Skip to content

Commit

Permalink
Merge pull request #2 from karlskidmore/master
Browse files Browse the repository at this point in the history
Fix Headers error by returning to v0.4's elb.yml file
  • Loading branch information
jeffb4 authored Feb 8, 2019
2 parents bc8fe19 + 74810c9 commit 1f96657
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ parameters:
CloudFrontCert: "0000000-0000-0000-0000-000000000"
extensions:
- url: https://github.com/stelligent/mu-cloudfront/archive/v0.5.zip
- url: https://github.com/stelligent/mu-cloudfront/archive/v0.6.zip
```


Expand Down
4 changes: 2 additions & 2 deletions elb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ Resources:
QueryString: true
Cookies:
Forward: all
Headers:
- '*'
MaxTTL: 60
MinTTL: 0
PathPattern:
Expand All @@ -92,8 +94,6 @@ Resources:
DefaultTTL: 0
ForwardedValues:
QueryString: no
Headers:
- '*'
Cookies:
Forward: all
MaxTTL: 60
Expand Down
2 changes: 1 addition & 1 deletion mu-extension.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
name: mu-cloudfront
version: '0.5'
version: '0.6'

0 comments on commit 1f96657

Please sign in to comment.