Lintian warnings
This commit is contained in:
parent
e002677d0b
commit
4fecd778de
|
@ -2,33 +2,24 @@
|
|||
# Alias /image-db /var/lib/hedera-web/image-db/
|
||||
|
||||
<Directory /usr/share/hedera-web/>
|
||||
|
||||
Options -Indexes -FollowSymLinks
|
||||
AllowOverride None
|
||||
|
||||
Order Allow,Deny
|
||||
Allow From All
|
||||
|
||||
Require all granted
|
||||
|
||||
<FilesMatch "\.(css|js|json|php|xml|html|svg)$">
|
||||
SetOutputFilter DEFLATE
|
||||
</FilesMatch>
|
||||
|
||||
|
||||
<FilesMatch "\.(ttf|otf|eot|woff)$">
|
||||
<IfModule mod_headers.c>
|
||||
Header set Access-Control-Allow-Origin "*"
|
||||
</IfModule>
|
||||
</FilesMatch>
|
||||
|
||||
</Directory>
|
||||
|
||||
<Directory /var/lib/hedera-web/image-db/>
|
||||
|
||||
Options Indexes FollowSymLinks MultiViews
|
||||
AllowOverride FileInfo Options
|
||||
|
||||
Order Allow,Deny
|
||||
Allow From All
|
||||
Require all granted
|
||||
|
||||
</Directory>
|
||||
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue