From fa48750d42fe3eaaa711bb1c30affe3610792f2e Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Thu, 20 Jun 2013 09:01:05 -0700 Subject: [PATCH] Updated Running Friendica with SSL (markdown) --- Running-Friendica-with-SSL.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Running-Friendica-with-SSL.md b/Running-Friendica-with-SSL.md index 5c4130e..52cc458 100644 --- a/Running-Friendica-with-SSL.md +++ b/Running-Friendica-with-SSL.md @@ -79,7 +79,8 @@ For this to work, Apache offers a ``NameVirtualHost`` directive. You can see how DocumentRoot /var/www/anywhere Servername www.anywhere.net SSLEngine On - + @@ -93,7 +94,8 @@ For this to work, Apache offers a ``NameVirtualHost`` directive. You can see how DocumentRoot /var/www/somewhere-else Servername www.somewhere-else.net SSLEngine On - +