7 lines
156 B
YAML
7 lines
156 B
YAML
|
---
|
||
|
|
||
|
- 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
|
||
|
|