Update nginx SSL settings, includes

This commit is contained in:
Alexander Dietrich 2017-02-10 20:38:12 +01:00
commit 28efaaafdc
4 changed files with 17 additions and 5 deletions

View file

@ -22,10 +22,10 @@
notify: restart nginx
tags: nginx
- name: copy nginx.conf
copy:
src: etc/nginx/nginx.conf
dest: /etc/nginx
- name: template nginx.conf
template:
src: templates/nginx.conf.j2
dest: /etc/nginx/nginx.conf
mode: 0644
owner: root
group: root