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

9 lines
177 B
YAML
Raw Normal View History

2022-05-08 20:49:53 +02:00
apiVersion: "v1"
protocol: "http"
address: ":8080"
commands:
- regex: "wp-admin"
2022-05-14 19:04:44 +02:00
handler: "Unauthorized"
2022-05-08 20:49:53 +02:00
headers:
- "Content-Type: text/html"
2022-05-14 19:04:44 +02:00
statusCode: 401