From 5690e9ce1f178486179ce6cdfb00ca417acd87dd Mon Sep 17 00:00:00 2001 From: Zyg0te Date: Thu, 24 Apr 2014 11:25:55 +0200 Subject: [PATCH] Fixed code indentation for Apache virtualhost example The code indentation was incorrect, borking the syntax highlighting in the README. --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index f6afe09b26..44dd84c19b 100644 --- a/README.md +++ b/README.md @@ -154,15 +154,15 @@ If you still run into a permissions error, you may need to increase the permissi The document root for the app should be set to the public directory. In a standard Apache virtualhost setup, that might look something like this on a standard linux LAMP stack: - - - AllowOverride All - - DocumentRoot /var/www/html/public - ServerName www.example.org + + + AllowOverride All + + DocumentRoot /var/www/html/public + ServerName www.example.org - # Other directives here - + # Other directives here + An OS X virtualhost setup could look more like: