mirror of
https://github.com/mariocandela/beelzebub.git
synced 2025-07-01 18:47:26 -04:00
Configured rabbitmq
This commit is contained in:
@ -6,4 +6,4 @@ core:
|
||||
logsPath: ./logs
|
||||
tracing:
|
||||
rabbitMQEnabled: true
|
||||
rabbitMQURI: "amqp://guest:guest@localhost:5672/"
|
||||
rabbitMQURI: ""
|
||||
|
@ -1,10 +1,11 @@
|
||||
apiVersion: "v1"
|
||||
protocol: "http"
|
||||
address: ":8080"
|
||||
description: "Wordpress 4.0"
|
||||
description: "Apache 401"
|
||||
commands:
|
||||
- regex: "wp-admin"
|
||||
- regex: ".*"
|
||||
handler: "Unauthorized"
|
||||
headers:
|
||||
- "Content-Type: text/html"
|
||||
- "www-Authenticate: Basic"
|
||||
- "server: Apache"
|
||||
statusCode: 401
|
Reference in New Issue
Block a user