Files
beelzebub/configurations/services/http-8080.yaml
2022-05-14 19:04:44 +02:00

9 lines
177 B
YAML

apiVersion: "v1"
protocol: "http"
address: ":8080"
commands:
- regex: "wp-admin"
handler: "Unauthorized"
headers:
- "Content-Type: text/html"
statusCode: 401