1
0
mirror of https://github.com/Luzifer/docker-php5-nginx.git synced 2024-09-19 23:33:04 +00:00
docker-php5-nginx/handlers/nginx.yml

7 lines
135 B
YAML
Raw Normal View History

2014-09-06 22:27:17 +00:00
---
- name: restart nginx
service: name=nginx state=restarted
- name: restart spawn_fcgi
service: name=spawn-fcgi state=restarted