mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2024-12-22 11:00:18 +01:00
Add README text for apache_global_settigs
This commit is contained in:
parent
53990ee997
commit
8f974b4fdc
1 changed files with 6 additions and 0 deletions
|
@ -19,6 +19,12 @@ The repository to use when installing Apache (only used on RHEL/CentOS systems).
|
||||||
apache_listen_port: 80
|
apache_listen_port: 80
|
||||||
apache_listen_port_ssl: 443
|
apache_listen_port_ssl: 443
|
||||||
|
|
||||||
|
This role doesn't manage the apache configuration files (yet), however you can set/overwrite apache config inside the vhost file but outside the VirtualHost config. In order to do this change the `apache_global_settigs` variable.
|
||||||
|
|
||||||
|
apache_global_settigs: |
|
||||||
|
DirectoryIndex index.php index.html
|
||||||
|
# Other apache global settings
|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
||||||
apache_create_vhosts: true
|
apache_create_vhosts: true
|
||||||
|
|
Loading…
Reference in a new issue