From: Peter Palfrader Date: Mon, 13 Jul 2015 16:41:50 +0000 (+0200) Subject: redirect to https instead of http browse.dgit X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=da8994b48c76099c200b609730e8a0b19705848f;hp=28d95787ba13c93266f277f802df6af31823cb5a;p=mirror%2Fdsa-puppet.git redirect to https instead of http browse.dgit --- diff --git a/modules/roles/files/dgit/git.dgit.debian.org b/modules/roles/files/dgit/git.dgit.debian.org index 57457727f..530dd4767 100644 --- a/modules/roles/files/dgit/git.dgit.debian.org +++ b/modules/roles/files/dgit/git.dgit.debian.org @@ -31,8 +31,8 @@ Use common-debian-service-https-redirect * git.dgit.debian.org RewriteEngine On - RewriteRule ^/$ http://browse.dgit.debian.org/ [L,R=301] - RewriteRule ^/git/?$ http://browse.dgit.debian.org/ [L,R=301] + RewriteRule ^/$ https://browse.dgit.debian.org/ [L,R=301] + RewriteRule ^/git/?$ https://browse.dgit.debian.org/ [L,R=301] RewriteRule ^/git/ - [L] RewriteRule ^/(.*) /git/$1 [PT,L]