- s3_id: <%= ENV['S3_ACCESS_KEY_ID'] %>
- s3_secret: <%= ENV['S3_SECRET_KEY'] %>
- s3_bucket: after-dark.habd.as
-
- # Below are examples of all the available configurations.
- # See README for more detailed info on each of them.
-
- site: public
-
- index_document: index.html
- error_document: 404.html
-
- # cache static assets for 20 years
- max_age:
- "js/*": 630720000
- "fonts/*": 630720000
- "images/*": 630720000
- "*": 300
-
- gzip:
- - .html
- - .js
- - .css
- - .xml
- # gzip_zopfli: true
-
- # See http://docs.aws.amazon.com/general/latest/gr/rande.html#s3_region for valid endpoints
- # s3_endpoint: ap-northeast-1
-
- # ignore_on_server: that_folder_of_stuff_i_dont_keep_locally
-
- # exclude_from_upload:
- # - those_folders_of_stuff
- # - i_wouldnt_want_to_upload
-
- s3_reduced_redundancy: true
-
- cloudfront_distribution_id: <%= ENV['CLOUDFRONT_DISTRIBUTION_ID'] %>
-
- cloudfront_distribution_config:
- default_cache_behavior:
- min_ttl: <%= 60 * 60 * 24 %>
- http_version: http2
- aliases:
- quantity: 1
- items:
- - after-dark.habd.as
-
- # cloudfront_invalidate_root: true
-
- cloudfront_wildcard_invalidation: true
-
- # concurrency_level: 5
-
- # redirects:
- # index.php: /
- # about.php: about.html
- # music-files/promo.mp4: http://www.youtube.com/watch?v=dQw4w9WgXcQ
-
- # routing_rules:
- # - condition:
- # key_prefix_equals: blog/some_path
- # redirect:
- # host_name: blog.example.com
- # replace_key_prefix_with: some_new_path/
- # http_redirect_code: 301
|