nginx container to proxy and some visual tweaks
This commit is contained in:
@ -16,7 +16,7 @@
|
||||
owner: root
|
||||
group: root
|
||||
|
||||
- name: drive history dashboard - copy files for docker container
|
||||
- name: drive history dashboard - copy files for history dashboard
|
||||
copy:
|
||||
src: "dashboard/"
|
||||
dest: "{{ service_control_web_folder }}/html"
|
||||
@ -24,6 +24,14 @@
|
||||
owner: root
|
||||
group: root
|
||||
|
||||
- name: drive history dashboard - copy files for proxy container
|
||||
copy:
|
||||
src: "nginx/"
|
||||
dest: "{{ service_control_web_folder }}/proxy"
|
||||
mode: 0755
|
||||
owner: root
|
||||
group: root
|
||||
|
||||
- name: websocket tasks
|
||||
when: not quick_refresh | bool
|
||||
block:
|
||||
|
||||
Reference in New Issue
Block a user