From aa0078e5e416dbb69b2781457d2054c518e5af55 Mon Sep 17 00:00:00 2001 From: Vlad Date: Sun, 8 Jan 2017 21:58:28 -0500 Subject: [PATCH] - Fixes CircleCI's Apache configuration. Error: "Client denied by server configuration" --- .circle_ci/apache/mailpoet.loc.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.circle_ci/apache/mailpoet.loc.conf b/.circle_ci/apache/mailpoet.loc.conf index c029d31190..4d8fa3a37d 100644 --- a/.circle_ci/apache/mailpoet.loc.conf +++ b/.circle_ci/apache/mailpoet.loc.conf @@ -8,8 +8,7 @@ Listen 8080 LogLevel notice - AllowOverride All - Allow from All + Require all granted