|
@@ -97,6 +97,7 @@ case "$1" in
|
97
|
97
|
NGINX_STREAM_CONFIG="/etc/nginx/modules-enabled/60-jitsi-meet.conf"
|
98
|
98
|
if [ -f $NGINX_STREAM_CONFIG ] && [ -f $NGINX_CONFIG ] ; then
|
99
|
99
|
sed -i "s/listen 443 ssl/listen 4444 ssl http2/g" $NGINX_CONFIG
|
|
100
|
+ sed -i "s/listen \[\:\:\]\:443 ssl/listen \[\:\:\]\:4444 ssl http2/g" $NGINX_CONFIG
|
100
|
101
|
invoke-rc.d nginx reload || true
|
101
|
102
|
fi
|
102
|
103
|
|