Re-enable matrix firewall
This commit is contained in:
parent
f065fe9182
commit
b94c1c9cae
|
@ -509,7 +509,7 @@ function restore_remote_matrix {
|
|||
}
|
||||
|
||||
function remove_matrix {
|
||||
#firewall_remove ${MATRIX_HTTP_PORT}
|
||||
firewall_remove ${MATRIX_HTTP_PORT}
|
||||
|
||||
nginx_dissite $MATRIX_DOMAIN_NAME
|
||||
remove_certs $MATRIX_DOMAIN_NAME
|
||||
|
@ -728,7 +728,7 @@ function install_home_server {
|
|||
fi
|
||||
fi
|
||||
|
||||
#firewall_add matrix ${MATRIX_HTTP_PORT}
|
||||
firewall_add matrix ${MATRIX_HTTP_PORT}
|
||||
|
||||
rm -rf ${MATRIX_DATA_DIR}/Maildir
|
||||
rm -rf ${MATRIX_DATA_DIR}/.mutt
|
||||
|
|
Loading…
Reference in New Issue