=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/httpd.conf,v retrieving revision 1.3 retrieving revision 1.4 diff -c -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 **** ! # $OpenBSD: httpd.conf,v 1.3 2016/12/16 10:36:31 sthen Exp $ # A configuration suitable for being an OpenBSD www/sets mirror. # --- 1,4 ---- ! # $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,40 **** } # Send cvsweb requests to cvsweb.openbsd.org location "/cgi-bin/cvsweb*" { ! block return 301 "http://cvsweb.openbsd.org$REQUEST_URI" } directory auto index root "/htdocs/www" --- 34,40 ---- } # Send cvsweb requests to cvsweb.openbsd.org location "/cgi-bin/cvsweb*" { ! block return 301 "https://cvsweb.openbsd.org$REQUEST_URI" } directory auto index root "/htdocs/www"