Update nginx SSL settings, includes
This commit is contained in:
parent
eed7317b0c
commit
28efaaafdc
4 changed files with 17 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue