Skip to content

Commit

Permalink
Merge pull request #20 from hvuhsg/development
Browse files Browse the repository at this point in the history
Fix breakdown section
  • Loading branch information
hvuhsg authored Oct 25, 2024
2 parents 438e385 + 35dd4eb commit 8e33ffd
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 8e33ffd

Please sign in to comment.