mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2025-01-07 02:20:18 +01:00
Fix missing variables
This commit is contained in:
parent
9d43946e92
commit
320013fedc
1 changed files with 3 additions and 0 deletions
|
@ -25,6 +25,7 @@ apache_vhosts:
|
|||
apache_allow_override: "All"
|
||||
apache_options: "-Indexes +FollowSymLinks"
|
||||
apache_directory_index: "index.php index.html"
|
||||
apache_directory_list: []
|
||||
|
||||
apache_vhosts_ssl: []
|
||||
# Additional properties:
|
||||
|
@ -70,3 +71,5 @@ apache_mpm: true
|
|||
apache_mpm_module: "prefork"
|
||||
|
||||
apache_mpm_template: "mpm.conf.j2"
|
||||
|
||||
apache_mpm_config: []
|
||||
|
|
Loading…
Reference in a new issue