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