Files
beelzebub/configurations/services/http-8080.yaml
2022-06-01 23:52:01 +02:00

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