mirror of
https://github.com/Luzifer/docker-php5-nginx.git
synced 2024-11-08 14:10:06 +00:00
5c92caf2d5
Use the default FPM config, except the max_children, which is set to 10 as it was with spawn-fcgi.
6 lines
131 B
YAML
6 lines
131 B
YAML
---
|
|
- name: restart nginx
|
|
service: name=nginx state=restarted
|
|
|
|
- name: restart php5-fpm
|
|
service: name=php5-fpm state=restarted
|