summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
Diffstat (limited to 'generic')
-rw-r--r--generic/httpd.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/httpd.conf b/generic/httpd.conf
index 1fb0928ac..7b7e6c82f 100644
--- a/generic/httpd.conf
+++ b/generic/httpd.conf
@@ -415,7 +415,7 @@ AccessFileName .htaccess
# TypesConfig describes where the mime.types file (or equivalent) is
# to be found.
#
-TypesConfig @DOCUMENTROOT@/conf/mime.types
+TypesConfig @SERVERROOT@/conf/mime.types
#
# DefaultType is the default MIME type the server will use for a document
@@ -434,7 +434,7 @@ DefaultType text/plain
# directive tells the module where the hint definitions are located.
#
<IfModule mod_mime_magic.c>
- MIMEMagicFile @DOCUMENTROOT@/conf/magic
+ MIMEMagicFile @SERVERROOT@/conf/magic
</IfModule>
#