Explorar el Código

Removes ufw usage and firewall reconfiguration.

j8
turint hace 10 años
padre
commit
71850ce7bc
Se han modificado 1 ficheros con 0 adiciones y 3 borrados
  1. 0
    3
      debian/postinst

+ 0
- 3
debian/postinst Ver fichero

@@ -21,9 +21,6 @@ set -e
21 21
 case "$1" in
22 22
     configure)
23 23
 
24
-        # firewall conf
25
-        ufw allow 80
26
-
27 24
         # nginx conf
28 25
         . /etc/default/jitsi-videobridge
29 26
         cp /usr/share/doc/jitsi-meet/jitsi-meet.example /etc/nginx/sites-available/$JVB_HOSTNAME.conf

Loading…
Cancelar
Guardar