[playbook] try to install Drupal on debian bookworm
it fails...
This commit is contained in:
parent
13308f1b54
commit
86ae57c5c7
5 changed files with 220 additions and 2 deletions
10
playbooks/templates/drupal.test.conf.j2
Normal file
10
playbooks/templates/drupal.test.conf.j2
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<VirtualHost *:80>
|
||||
ServerAdmin webmaster@localhost
|
||||
ServerName {{ domain }}.test
|
||||
ServerAlias www.{{ domain }}.test
|
||||
DocumentRoot {{ drupal_core_path }}/web
|
||||
<Directory "{{ drupal_core_path }}/web">
|
||||
Options FollowSymlinks Indexes
|
||||
AllowOverride All
|
||||
</Directory>
|
||||
</VirtualHost>
|
||||
Loading…
Add table
Add a link
Reference in a new issue