learn-ansible/playbooks/templates/drupal.test.conf.j2

11 lines
292 B
Text
Raw Normal View History

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