Skip to content

Instantly share code, notes, and snippets.

View tom2strobl's full-sized avatar
:shipit:
busy building some rad shizzle

Thomas Strobl tom2strobl

:shipit:
busy building some rad shizzle
View GitHub Profile
@tom2strobl
tom2strobl / 01_add_cors.config.yaml
Created February 11, 2016 10:32 — forked from vsviridov/01_add_cors.config.yaml
Add CORS to Nginx on AWS Elastic Beanstalk
container_commands:
01_fix_static_cors:
command: "/tmp/fix_static_cors.sh"
files:
"/tmp/fix_static_cors.sh":
mode: "000755"
owner: root
group: root
content: |
#!/bin/bash