From 6cdab9096efcf6b9641c1b4938423b48f8866904 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 4 Nov 2017 16:11:07 +0000 Subject: Switch to alternate shared mount point --- etc/apache/httpd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/apache/httpd.conf b/etc/apache/httpd.conf index 28ea24b..38110cc 100644 --- a/etc/apache/httpd.conf +++ b/etc/apache/httpd.conf @@ -68,7 +68,7 @@ CacheDirLength 1 ExtendedStatus On DirectoryIndex index.php index.html -VirtualDocumentRoot /var/www/vhosts/%0/ +VirtualDocumentRoot /var/www/shared/vhosts/%0/ AccessFileName .htaccess UseCanonicalName Off HostnameLookups Off -- cgit v1.2.3