From 7cb562dd0a0ec25a6dd180fae862bb28f435cb42 Mon Sep 17 00:00:00 2001 From: Kobus van Schoor <10784365+kobus-v-schoor@users.noreply.github.com> Date: Sun, 23 Aug 2020 21:10:22 +0200 Subject: [PATCH] Update apache-vhost config generation (#673) The current configuration generated uses the old syntax for Apache access control. Use the new syntax for Apache 2.4 that is widely used now. --- ihatemoney/conf-templates/apache-vhost.conf.j2 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ihatemoney/conf-templates/apache-vhost.conf.j2 b/ihatemoney/conf-templates/apache-vhost.conf.j2 index e169589a..795a05f3 100644 --- a/ihatemoney/conf-templates/apache-vhost.conf.j2 +++ b/ihatemoney/conf-templates/apache-vhost.conf.j2 @@ -11,8 +11,7 @@ WSGIProcessGroup ihatemoney WSGIApplicationGroup %{GLOBAL} - Order deny,allow - Allow from all + Require all granted Alias /static/ {{ pkg_path }}/static/