2014-10-22 20:41:14 +02:00
|
|
|
---
|
|
|
|
apache_vhosts_version: "2.4"
|
2015-01-28 13:54:09 +01:00
|
|
|
apache_default_vhost_filename: 000-default.conf
|
2014-10-22 20:41:14 +02:00
|
|
|
apache_ports_configuration_items:
|
|
|
|
- {
|
|
|
|
regexp: "^Listen ",
|
|
|
|
line: "Listen {{ apache_listen_port }}"
|
|
|
|
}
|