=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/httpd.conf,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- www/httpd.conf 2017/03/25 18:03:36 1.4 +++ www/httpd.conf 2017/06/26 17:18:57 1.5 @@ -1,4 +1,4 @@ -# $OpenBSD: httpd.conf,v 1.4 2017/03/25 18:03:36 tb Exp $ +# $OpenBSD: httpd.conf,v 1.5 2017/06/26 17:18:57 tb Exp $ # A configuration suitable for being an OpenBSD www/sets mirror. # @@ -30,7 +30,7 @@ } # Send man.cgi requests to man.openbsd.org location "/cgi-bin/man.cgi*" { - block return 301 "http://man.openbsd.org$REQUEST_URI" + block return 301 "https://man.openbsd.org$REQUEST_URI" } # Send cvsweb requests to cvsweb.openbsd.org location "/cgi-bin/cvsweb*" {