Few minor changes

This commit is contained in:
Emilien Mantel
2015-12-01 16:35:56 +01:00
parent 17905edf30
commit 9779555ac8
4 changed files with 20 additions and 20 deletions

View File

@@ -39,6 +39,3 @@
- name: INCLUDE | Vhosts configuration
include: vhost.yml
# TODO:
# - Python
# - Ruby (SHIT!)

View File

@@ -2,6 +2,7 @@
- name: TEMPLATE | Deploy PHP upstream to Nginx
template: src=etc/nginx/upstream/php.conf.j2 dest=/etc/nginx/conf.d/php.conf
when: nginx_php
notify: reload nginx
- name: TEMPLATE | Deploy other upstreams