[playbook] try to install Drupal on debian bookworm

it fails...
This commit is contained in:
bronsen 2025-03-03 19:53:31 +01:00
parent 13308f1b54
commit 86ae57c5c7
5 changed files with 220 additions and 2 deletions

View 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>