mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2024-11-08 15:03:30 +01:00
Update vars/apache-24.yml
This commit is contained in:
parent
c6d921ce37
commit
b20ea04f63
1 changed files with 1 additions and 1 deletions
|
@ -4,5 +4,5 @@ apache_default_vhost_filename: 000-default.conf
|
||||||
apache_ports_configuration_items:
|
apache_ports_configuration_items:
|
||||||
- {
|
- {
|
||||||
regexp: "^Listen ",
|
regexp: "^Listen ",
|
||||||
line: "Listen {{ (apache_listen_ip == '*') | ternary('', apache_listen_ip+':')}}{{ apache_listen_port }}"
|
line: "Listen {{ (apache_listen_ip == '*') | ternary('', apache_listen_ip + ':') }}{{ apache_listen_port }}"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue