clifflu/aws-prices/master/ec2/.htaccess - Htaccess File

clifflu/aws-prices/master/ec2/.htaccess

<IfModule mod_expires.c>
    ExpiresActive On
    ExpiresDefault "access plus 3 hours"
</IfModule>

<IfModule mod_headers.c>
    Header add Access-Control-Allow-Origin "*"
    Header add Access-Control-Allow-Headers "origin, x-requested-with, content-type"
    Header add Access-Control-Allow-Methods "GET"
</IfModule>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache