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.
This commit is contained in:
Kobus van Schoor 2020-08-23 21:10:22 +02:00 committed by GitHub
parent fa14100b16
commit 7cb562dd0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,8 +11,7 @@
<Directory {{ pkg_path }}> <Directory {{ pkg_path }}>
WSGIProcessGroup ihatemoney WSGIProcessGroup ihatemoney
WSGIApplicationGroup %{GLOBAL} WSGIApplicationGroup %{GLOBAL}
Order deny,allow Require all granted
Allow from all
</Directory> </Directory>
Alias /static/ {{ pkg_path }}/static/ Alias /static/ {{ pkg_path }}/static/