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
131 B
YAML
Raw Normal View History

2014-09-06 22:27:17 +00:00
---
- name: restart nginx
service: name=nginx state=restarted
- name: restart php5-fpm
service: name=php5-fpm state=restarted