1
0
This commit is contained in:
2018-09-14 07:21:29 +03:00
parent 74415bdf02
commit 7e807a245c
4 changed files with 16 additions and 4 deletions

View File

@ -4,6 +4,8 @@
src: '{{ static_site_template }}'
dest: "/etc/nginx/sites-enabled/{{ static_site_name }}.conf"
notify: restart nginx
tags:
- webserver
- name: "Create root folder for {{ static_site_name }}."
file:
@ -13,3 +15,5 @@
group: www-data
recurse: yes
notify: restart nginx
tags:
- webserver