summaryrefslogtreecommitdiffstats
path: root/roles/webmail/handlers
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2017-05-14 15:09:25 +0200
committerGuilhem Moulin <guilhem@fripost.org>2017-05-14 15:09:36 +0200
commit32508606f6bac9d0b5e0eedbbaa5074d2200251b (patch)
tree97fc2577624f078b9fa83bc47e28ba1c74c252c0 /roles/webmail/handlers
parent6b556b399a3285711c993ad24b7cce155f05a28e (diff)
webmail: use Zend opcache and configure APCu.
Diffstat (limited to 'roles/webmail/handlers')
-rw-r--r--roles/webmail/handlers/main.yml3
1 files changed, 3 insertions, 0 deletions
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