Skip to content

Commit

Permalink
update readme for changed default optional variable value
Browse files Browse the repository at this point in the history
  • Loading branch information
fillup committed Dec 21, 2020
1 parent 02e7810 commit 15c247f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ supports S3 redirects. This module helps keep setup consistent for multiple Hugo
- `index_document` - The default file to be served. Default: `index.html`
- `minimum_viewer_tls_version` - Minimum TLS version for viewers connecting to CloudFront. Default: `TLSv1.2_2019`
- `origin_path` - Path to document root in S3 bucket without slashes. Default: `public`
- `origin_ssl_protocols` - List of SSL protocols to enable on Cloudfront distribution. Default: `TLSv1.2_2019`
- `origin_ssl_protocols` - List of SSL protocols to enable on Cloudfront distribution. Default: `TLSv1.2`
- `routing_rules` - A json array containing routing rules describing redirect behavior and when redirects are applied. Default routes `/` to `index.html`
- `viewer_protocol_policy` - One of allow-all, https-only, or redirect-to-https. Default: `redirect-to-https`
- `cors_allowed_headers` - List of headers allowed in CORS. Default: `[]`
Expand Down

0 comments on commit 15c247f

Please sign in to comment.