Skip to content

Commit 14e14f9

Browse files
committed
PR geerlingguy#83 follow-up
1 parent d79bc4f commit 14e14f9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,11 @@ Available variables are listed below, along with default values (see `defaults/m
1818

1919
The repository to use when installing Apache (only used on RHEL/CentOS systems). If you'd like later versions of Apache than are available in the OS's core repositories, use a repository like EPEL (which can be installed with the `geerlingguy.repo-epel` role).
2020

21+
apache_listen_ip: "*"
2122
apache_listen_port: 80
2223
apache_listen_port_ssl: 443
2324

24-
The ports on which apache should be listening. Useful if you have another service (like a reverse proxy) listening on port 80 or 443 and need to change the defaults.
25+
The IP address and ports on which apache should be listening. Useful if you have another service (like a reverse proxy) listening on port 80 or 443 and need to change the defaults.
2526

2627
apache_create_vhosts: true
2728
apache_vhosts_filename: "vhosts.conf"

0 commit comments

Comments
 (0)