ansible-nginx/tasks/upstream.yml

7 lines
156 B
YAML
Raw Normal View History

2015-07-15 21:26:27 +07:00
---
- name: TEMPLATE | Deploy PHP upstream to Nginx
template: src=etc/nginx/upstream/php.conf.j2 dest=/etc/nginx/conf.d/php.conf
notify: reload nginx