diff options
author | 1998-11-10 07:44:49 +0000 | |
---|---|---|
committer | 1998-11-10 07:44:49 +0000 | |
commit | 8d80daea61d8747786decefd978164f287699846 (patch) | |
tree | ff6060b9959f15d086d4d74c78f5b74222a33003 /usr.sbin/httpd/src | |
parent | Don't forget to initialise dbuff when debugging. (diff) | |
download | wireguard-openbsd-8d80daea61d8747786decefd978164f287699846.tar.xz wireguard-openbsd-8d80daea61d8747786decefd978164f287699846.zip |
fix htdocs path; evanc@concer.to
Diffstat (limited to 'usr.sbin/httpd/src')
-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 */ |