Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@ This project began as a private service built for a company. Later, my client an
| **Development/Testing** | `./scripts/quickstart.sh` | Quick run in dev mode (no Nginx installation, no root required) |
| **Upgrade New Version** | `./scripts/update.sh` | Full update to new version |

| Use Case | Port | Description |
|----------|--------|-------------|
| **Front-end** | 8080 | Nginx WAF - Advanced Nginx Management Platform Front-end. User required |
| **Backend** | 3001 | Nginx WAF - Advanced Nginx Management Platform Backend port required |
| **Website** | 80 | Website needs to be protected |
| **Website** | 443 | Website needs to be protected |


### 🖥️ Production Deployment (New Server)

```bash
Expand Down