|
|
@ -52,9 +52,7 @@ if [[ $DISABLE_HTTPS -ne 1 ]]; then |
|
|
|
fi |
|
|
|
fi |
|
|
|
|
|
|
|
|
|
|
|
# copy config files |
|
|
|
# copy config files |
|
|
|
if [[ ! -f /config/nginx/nginx.conf ]]; then |
|
|
|
tpl /defaults/nginx.conf > /config/nginx/nginx.conf |
|
|
|
cp /defaults/nginx.conf /config/nginx/nginx.conf |
|
|
|
|
|
|
|
fi |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if [[ ! -f /config/nginx/meet.conf ]]; then |
|
|
|
if [[ ! -f /config/nginx/meet.conf ]]; then |
|
|
|
tpl /defaults/meet.conf > /config/nginx/meet.conf |
|
|
|
tpl /defaults/meet.conf > /config/nginx/meet.conf |
|
|
|