Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 237 Bytes

optional-configurations.md

File metadata and controls

12 lines (8 loc) · 237 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