Signed-off-by: Niels Thykier <niels@thykier.net>
Signed-off-by: Peter Palfrader <peter@palfrader.org>
AddDefaultCharset utf-8
<Directory /srv/static.debian.org/mirrors/lintian.debian.org/cur>
- # These two lines makes apache serve "lintian.log.gz" as a text/plain with encoding gzip
- # making it easier to view the log in the browser.
<% if @lsbmajdistrelease > '7' -%>
Require all granted
<% end -%>
+ # These three lines makes apache serve
+ # "lintian.log.gz" as a text/plain with encoding gzip
+ # making it easier to view the log in the browser.
RemoveType .gz
AddEncoding x-gzip .gz
AddType text/plain .log