forked from verdnatura/hedera-web
18 lines
404 B
Plaintext
18 lines
404 B
Plaintext
|
Alias /hedera-web /usr/share/hedera-web/
|
||
|
|
||
|
<Directory /usr/share/hedera-web/>
|
||
|
Options Indexes
|
||
|
Options +FollowSymLinks
|
||
|
AllowOverride None
|
||
|
Order Allow,Deny
|
||
|
Allow From All
|
||
|
<FilesMatch "\.(css|js|json|php)$">
|
||
|
SetOutputFilter DEFLATE
|
||
|
</FilesMatch>
|
||
|
<FilesMatch "\.(ttf|otf|eot|woff)$">
|
||
|
<IfModule mod_headers.c>
|
||
|
Header set Access-Control-Allow-Origin "*"
|
||
|
</IfModule>
|
||
|
</FilesMatch>
|
||
|
</Directory>
|