diff --git a/tasks/configure.yml b/tasks/configure.yml index 02269f0..c61d34b 100644 --- a/tasks/configure.yml +++ b/tasks/configure.yml @@ -25,6 +25,7 @@ loop: - rewrite - ssl + - proxy_fcgi - name: Ensure default vhost root exists diff --git a/tasks/install.yml b/tasks/install.yml index 175f752..3705820 100644 --- a/tasks/install.yml +++ b/tasks/install.yml @@ -3,4 +3,6 @@ apt: name: - apache2 - state: latest \ No newline at end of file + - php-fpm + - libapache2-mod-fcgid + state: latest