mirror of
https://github.com/mariocandela/beelzebub.git
synced 2025-07-01 18:47:26 -04:00
11 lines
222 B
YAML
11 lines
222 B
YAML
apiVersion: "v1"
|
|
protocol: "http"
|
|
address: ":8080"
|
|
description: "Apache 401"
|
|
commands:
|
|
- regex: ".*"
|
|
handler: "Unauthorized"
|
|
headers:
|
|
- "www-Authenticate: Basic"
|
|
- "server: Apache"
|
|
statusCode: 401 |