mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-09-18 01:16:54 +08:00
better ssl handling
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
## Your ssl certs will go here
|
||||
put them in ssl directory see nginx.conf for more info
|
@@ -17,8 +17,8 @@
|
||||
|
||||
- name: Ensure nginx config directory exist
|
||||
copy:
|
||||
src: nginx
|
||||
dest: /compose/volumes/nginx/
|
||||
src: ssl
|
||||
dest: /compose/volumes/nginx/ssl
|
||||
mode: 'preserve'
|
||||
group: root
|
||||
owner: root
|
||||
|
Reference in New Issue
Block a user