Removes ufw usage and firewall reconfiguration.

This commit is contained in:
turint 2014-08-01 15:59:10 +03:00
parent cf5f22aba3
commit 71850ce7bc
1 changed files with 0 additions and 3 deletions

3
debian/postinst vendored
View File

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