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

10 lines
206 B
YAML
Raw Normal View History

2022-05-08 20:49:53 +02:00
apiVersion: "v1"
protocol: "http"
address: ":8080"
description: "Wordpress 4.0"
2022-05-08 20:49:53 +02:00
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