File tree 1 file changed +5
-8
lines changed
web/rootfs/etc/cont-init.d 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change 54
54
# copy config files
55
55
tpl /defaults/nginx.conf > /config/nginx/nginx.conf
56
56
57
- if [[ ! -f /config/nginx/meet.conf ]]; then
58
- tpl /defaults/meet.conf > /config/nginx/meet.conf
57
+ tpl /defaults/meet.conf > /config/nginx/meet.conf
58
+ if [[ -f /config/nginx/custom-meet.conf ]]; then
59
+ cat /config/nginx/custom-meet.conf >> /config/nginx/meet.conf
59
60
fi
60
61
61
- if [[ ! -f /config/nginx/ssl.conf ]]; then
62
- tpl /defaults/ssl.conf > /config/nginx/ssl.conf
63
- fi
62
+ tpl /defaults/ssl.conf > /config/nginx/ssl.conf
64
63
65
- if [[ ! -f /config/nginx/site-confs/default ]]; then
66
- tpl /defaults/default > /config/nginx/site-confs/default
67
- fi
64
+ tpl /defaults/default > /config/nginx/site-confs/default
68
65
69
66
cp /defaults/config.js /config/config.js
70
67
tpl /defaults/system-config.js >> /config/config.js
You can’t perform that action at this time.
0 commit comments