From 578813945e74e61989f43395e61c945806527075 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Mon, 18 Jan 2016 19:07:54 -0200 Subject: [PATCH] debian/apache2/virtualhost.conf: fix syntax for apache 2.4+ --- debian/apache2/virtualhost.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/apache2/virtualhost.conf b/debian/apache2/virtualhost.conf index c4fe4de..ad13c76 100644 --- a/debian/apache2/virtualhost.conf +++ b/debian/apache2/virtualhost.conf @@ -1,6 +1,6 @@ DocumentRoot "/usr/share/noosfero/public" - Options FollowSymLinks -Indexes + Options +FollowSymLinks -Indexes AllowOverride None Order Allow,Deny Allow from all -- libgit2 0.21.2