=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/httpd.conf,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- www/httpd.conf 2016/12/16 10:36:31 1.3 +++ www/httpd.conf 2017/03/25 18:03:36 1.4 @@ -1,4 +1,4 @@ -# $OpenBSD: httpd.conf,v 1.3 2016/12/16 10:36:31 sthen Exp $ +# $OpenBSD: httpd.conf,v 1.4 2017/03/25 18:03:36 tb Exp $ # A configuration suitable for being an OpenBSD www/sets mirror. # @@ -34,7 +34,7 @@ } # Send cvsweb requests to cvsweb.openbsd.org location "/cgi-bin/cvsweb*" { - block return 301 "http://cvsweb.openbsd.org$REQUEST_URI" + block return 301 "https://cvsweb.openbsd.org$REQUEST_URI" } directory auto index root "/htdocs/www"