diff options
Diffstat (limited to 'ihatemoney/conf-templates/apache-vhost.conf.j2')
| -rw-r--r-- | ihatemoney/conf-templates/apache-vhost.conf.j2 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ihatemoney/conf-templates/apache-vhost.conf.j2 b/ihatemoney/conf-templates/apache-vhost.conf.j2 index e169589..795a05f 100644 --- a/ihatemoney/conf-templates/apache-vhost.conf.j2 +++ b/ihatemoney/conf-templates/apache-vhost.conf.j2 @@ -11,8 +11,7 @@ <Directory {{ pkg_path }}> WSGIProcessGroup ihatemoney WSGIApplicationGroup %{GLOBAL} - Order deny,allow - Allow from all + Require all granted </Directory> Alias /static/ {{ pkg_path }}/static/ |
