Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 236 Bytes

firewall-configuration.md

File metadata and controls

11 lines (8 loc) · 236 Bytes

Firewall Configuration

If you are using firewalld and not using a reverse proxy, you may have to allow traffic to port 3000:

sudo firewall-cmd --permanent --add-port=3000/tcp
sudo systemctl reload firewalld