Parcourir la source

fix turnserver postinst for ipv6 listener

master
Giorgio Bonfiglio il y a 5 ans
Parent
révision
4e81a7abd3
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1
    0
      debian/jitsi-meet-turnserver.postinst

+ 1
- 0
debian/jitsi-meet-turnserver.postinst Voir le fichier

97
             NGINX_STREAM_CONFIG="/etc/nginx/modules-enabled/60-jitsi-meet.conf"
97
             NGINX_STREAM_CONFIG="/etc/nginx/modules-enabled/60-jitsi-meet.conf"
98
             if [ -f $NGINX_STREAM_CONFIG ] && [ -f $NGINX_CONFIG ] ; then
98
             if [ -f $NGINX_STREAM_CONFIG ] && [ -f $NGINX_CONFIG ] ; then
99
                 sed -i "s/listen 443 ssl/listen 4444 ssl http2/g" $NGINX_CONFIG
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
                 invoke-rc.d nginx reload || true
101
                 invoke-rc.d nginx reload || true
101
             fi
102
             fi
102
 
103
 

Chargement…
Annuler
Enregistrer