1
0
mirror of https://github.com/Luzifer/docker-php5-nginx.git synced 2024-09-19 15:23:02 +00:00
docker-php5-nginx/handlers/nginx.yml
Soenke Ruempler 5c92caf2d5 Use PHP FPM instead of ancient Spawn-FCGI
Use the default FPM config, except the max_children, which is set to 10
as it was with spawn-fcgi.
2015-07-07 22:47:02 +02:00

7 lines
131 B
YAML

---
- name: restart nginx
service: name=nginx state=restarted
- name: restart php5-fpm
service: name=php5-fpm state=restarted