From 32508606f6bac9d0b5e0eedbbaa5074d2200251b Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Sun, 14 May 2017 15:09:25 +0200 Subject: webmail: use Zend opcache and configure APCu. --- roles/webmail/handlers/main.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'roles/webmail/handlers') diff --git a/roles/webmail/handlers/main.yml b/roles/webmail/handlers/main.yml index d02cdda..aef74f7 100644 --- a/roles/webmail/handlers/main.yml +++ b/roles/webmail/handlers/main.yml @@ -2,5 +2,8 @@ - name: Restart stunnel@ldap service: name=stunnel4@ldap state=restarted +- name: Restart php5 + service: name=php5-fpm state=restarted + - name: Restart Nginx service: name=nginx state=restarted -- cgit v1.2.3