[BACK]Return to httpd.conf CVS log [TXT][DIR] Up to [local] / www

Diff for /www/httpd.conf between version 1.4 and 1.5

version 1.4, 2017/03/25 18:03:36 version 1.5, 2017/06/26 17:18:57
Line 30 
Line 30 
         }          }
         # Send man.cgi requests to man.openbsd.org          # Send man.cgi requests to man.openbsd.org
         location "/cgi-bin/man.cgi*" {          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          # Send cvsweb requests to cvsweb.openbsd.org
         location "/cgi-bin/cvsweb*" {          location "/cgi-bin/cvsweb*" {

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5