mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2025-01-08 02:50:18 +01:00
Removed apache mod_php
This commit is contained in:
parent
10305ac7d7
commit
acf9561aad
1 changed files with 6 additions and 0 deletions
|
@ -64,6 +64,12 @@ apache_create_vhosts: true
|
|||
apache_vhosts_filename: "vhosts.conf"
|
||||
apache_remove_default_vhost: false
|
||||
apache_state: started
|
||||
apache_mods_enabled:
|
||||
- rewrite.load
|
||||
- ssl.load
|
||||
apache_mods_disabled:
|
||||
- php
|
||||
- php7
|
||||
apache_vhosts_ssl: []
|
||||
apache_vhosts:
|
||||
- servername: "www.{{ server_hostname }}"
|
||||
|
|
Loading…
Reference in a new issue