hedera-web/debian/conf/apache.conf

23 lines
412 B
ApacheConf
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
2015-03-06 23:33:54 +00:00
<FilesMatch "\.(css|js|json|php|xml|html)$">
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>