0
1
Fork 0
hedera-web-mindshore/package/etc/apache2/conf.d/hedera-web

22 lines
400 B
Plaintext
Raw Normal View History

Alias /hedera-web /usr/share/hedera-web/
<Directory /usr/share/hedera-web/>
2015-02-08 15:38:38 +00:00
Options -Indexes -FollowSymLinks
AllowOverride None
2015-02-08 15:38:38 +00:00
Order Allow,Deny
Allow From All
2015-02-08 15:38:38 +00:00
<FilesMatch "\.(css|js|json|php)$">
SetOutputFilter DEFLATE
</FilesMatch>
2015-02-08 15:38:38 +00:00
<FilesMatch "\.(ttf|otf|eot|woff)$">
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
</IfModule>
</FilesMatch>
2015-02-08 15:38:38 +00:00
</Directory>