Skip to content

Commit

Permalink
Update vars/apache-24.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy authored Mar 7, 2024
1 parent c6d921c commit b20ea04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars/apache-24.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ apache_default_vhost_filename: 000-default.conf
apache_ports_configuration_items:
- {
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 }}"
}

0 comments on commit b20ea04

Please sign in to comment.