Files
beelzebub/configurations/services/http-8080.yaml

11 lines
222 B
YAML
Raw Permalink Normal View History

2022-05-08 20:49:53 +02:00
apiVersion: "v1"
protocol: "http"
address: ":8080"
2022-06-01 23:52:01 +02:00
description: "Apache 401"
2022-05-08 20:49:53 +02:00
commands:
2022-06-01 23:52:01 +02:00
- regex: ".*"
2022-05-14 19:04:44 +02:00
handler: "Unauthorized"
2022-05-08 20:49:53 +02:00
headers:
2022-06-01 23:52:01 +02:00
- "www-Authenticate: Basic"
- "server: Apache"
2022-05-14 19:04:44 +02:00
statusCode: 401