V
Valeriy Bashkatov
Guest
Check firewall firewall-cmd --list-port If port 9090 is not in the list, add it and restart the firewall firewall-cmd --permanent --add-port=9090/tcp firewall-cmd --reload
Continue reading...
Continue reading...