Use mpm event
This commit is contained in:
parent
f0c22f3d0e
commit
fd0d88393e
2 changed files with 4 additions and 1 deletions
|
@ -25,6 +25,7 @@
|
|||
loop:
|
||||
- rewrite
|
||||
- ssl
|
||||
- proxy_fcgi
|
||||
|
||||
|
||||
- name: Ensure default vhost root exists
|
||||
|
|
|
@ -3,4 +3,6 @@
|
|||
apt:
|
||||
name:
|
||||
- apache2
|
||||
- php-fpm
|
||||
- libapache2-mod-fcgid
|
||||
state: latest
|
Loading…
Reference in a new issue