You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by ru...@apache.org on 2018/02/16 13:21:55 UTC

[whimsy] branch master updated: correct DocumentRoot

This is an automated email from the ASF dual-hosted git repository.

rubys pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new 90881d0  correct DocumentRoot
90881d0 is described below

commit 90881d0001bd6adcc1029a236404774f1eb9bfd7
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Fri Feb 16 08:21:39 2018 -0500

    correct DocumentRoot
---
 MACOSX.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MACOSX.md b/MACOSX.md
index 5b0d1df..1257595 100644
--- a/MACOSX.md
+++ b/MACOSX.md
@@ -330,7 +330,7 @@ NameVirtualHost *:80
 
 <VirtualHost *:80>
   ServerName localhost
-  DocumentRoot /usr/local/var/www
+  DocumentRoot /Library/WebServer/Documents
   <Location />
     Require all granted
   </Location>

-- 
To stop receiving notification emails like this one, please contact
rubys@apache.org.