external and internal http/https ports working
This commit is contained in:
@@ -46,15 +46,6 @@
|
||||
mode: '0644'
|
||||
with_fileglob:
|
||||
- stream.d/*
|
||||
- name: Copy http configurations
|
||||
template:
|
||||
src: "{{ item }}"
|
||||
dest: /etc/nginx/http.d/{{ item | basename }}
|
||||
owner: root
|
||||
group: root
|
||||
mode: '0644'
|
||||
with_fileglob:
|
||||
- http.d/*
|
||||
- name: Template all http configurations
|
||||
template:
|
||||
src: https.conf
|
||||
|
||||
Reference in New Issue
Block a user