2015-01-23 13:09:30 +00:00
|
|
|
Alias /hedera-web /usr/share/hedera-web/
|
|
|
|
|
|
|
|
<Directory /usr/share/hedera-web/>
|
2015-02-08 15:38:38 +00:00
|
|
|
|
|
|
|
Options -Indexes -FollowSymLinks
|
2015-01-23 13:09:30 +00:00
|
|
|
AllowOverride None
|
2015-02-08 15:38:38 +00:00
|
|
|
|
2015-01-23 13:09:30 +00:00
|
|
|
Order Allow,Deny
|
|
|
|
Allow From All
|
2015-02-08 15:38:38 +00:00
|
|
|
|
2015-01-23 13:09:30 +00:00
|
|
|
<FilesMatch "\.(css|js|json|php)$">
|
|
|
|
SetOutputFilter DEFLATE
|
|
|
|
</FilesMatch>
|
2015-02-08 15:38:38 +00:00
|
|
|
|
2015-01-23 13:09:30 +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
|
|
|
|
2015-01-23 13:09:30 +00:00
|
|
|
</Directory>
|