Skip to content

Commit

Permalink
Fix breakdown section
Browse files Browse the repository at this point in the history
  • Loading branch information
hvuhsg committed Oct 25, 2024
1 parent 622d290 commit 35dd4eb
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,23 +258,23 @@ services:
### Breakdown
The configuration is organized into three main sections:

1. Global Settings:
- Global Settings:
- Server configuration (host, port)
- SSL settings
- OpenTelemetry configuration


2. Services
- Domain-based routing
- Multiple endpoints per domain
- Path-based matching with longest-prefix wins
- Services
- Domain-based routing
- Multiple endpoints per domain
- Path-based matching with longest-prefix wins


3. Endpoints
- Backend service configuration
- Performance optimizations
- Security controls
- Monitoring settings
- Endpoints
- Backend service configuration
- Performance optimizations
- Security controls
- Monitoring settings

Each endpoint can be independently configured with its own set of features, allowing for flexible and granular control over different parts of your application.

Expand Down

0 comments on commit 35dd4eb

Please sign in to comment.