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

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

version 1.3, 2016/12/16 10:36:31 version 1.4, 2017/03/25 18:03:36
Line 34 
Line 34 
         }          }
         # Send cvsweb requests to cvsweb.openbsd.org          # Send cvsweb requests to cvsweb.openbsd.org
         location "/cgi-bin/cvsweb*" {          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          directory auto index
         root "/htdocs/www"          root "/htdocs/www"

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