diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-11-10 07:44:50 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-11-10 07:44:50 +0000 |
commit | 72129b4edd909dbf93cfdf5b7aae28e30cc81e19 (patch) | |
tree | ec7b1f4cfbe087f8852e21d2e19eb88535678ff0 /usr.sbin/httpd | |
parent | 78ad110900563d7a163bfebd22fdf1e5879f67f9 (diff) |
fix htdocs path; evanc@concer.to
Diffstat (limited to 'usr.sbin/httpd')
-rw-r--r-- | usr.sbin/httpd/src/include/httpd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/httpd/src/include/httpd.h b/usr.sbin/httpd/src/include/httpd.h index d93a896a2db..d5d390ec8ce 100644 --- a/usr.sbin/httpd/src/include/httpd.h +++ b/usr.sbin/httpd/src/include/httpd.h @@ -98,7 +98,7 @@ extern "C" { /* Set default for OS/2 file system */ #define DOCUMENT_LOCATION HTTPD_ROOT "/docs" #else -#define DOCUMENT_LOCATION HTTPD_ROOT "/var/www/htdocs" +#define DOCUMENT_LOCATION HTTPD_ROOT "/htdocs" #endif #endif /* DOCUMENT_LOCATION */ |