summaryrefslogtreecommitdiffstats
path: root/usr.sbin/httpd/src
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1998-11-10 07:44:49 +0000
committerderaadt <deraadt@openbsd.org>1998-11-10 07:44:49 +0000
commit8d80daea61d8747786decefd978164f287699846 (patch)
treeff6060b9959f15d086d4d74c78f5b74222a33003 /usr.sbin/httpd/src
parentDon't forget to initialise dbuff when debugging. (diff)
downloadwireguard-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.h2
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 */