Skip to content
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.

Latest commit

 

History

History
11 lines (8 loc) · 236 Bytes

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