mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-01 02:32:23 +02:00
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:
parent
fa14100b16
commit
7cb562dd0a
1 changed files with 1 additions and 2 deletions
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue