Improve README.md

This commit is contained in:
Mario
2022-05-14 19:04:44 +02:00
parent 4c2022a4e5
commit 6e638c85ab
2 changed files with 126 additions and 4 deletions

124
README.md Normal file

File diff suppressed because one or more lines are too long

View File

@ -3,9 +3,7 @@ protocol: "http"
address: ":8080" address: ":8080"
commands: commands:
- regex: "wp-admin" - regex: "wp-admin"
handler: "login" handler: "Unauthorized"
headers: headers:
- "Content-Type: text/html" - "Content-Type: text/html"
- "Expires: 0" statusCode: 401
- "Version: 6.42.12"
statusCode: 200