Skip to content
Snippets Groups Projects
Commit 2308d076 authored by Juan D. Vega's avatar Juan D. Vega Committed by Pedro Gomes
Browse files

add readme example of http auth usage (#30)

parent 7ceaa2dd
No related branches found
No related tags found
No related merge requests found
...@@ -26,6 +26,12 @@ Help on flags: ...@@ -26,6 +26,12 @@ Help on flags:
Tested on Apache 2.2 and Apache 2.4. Tested on Apache 2.2 and Apache 2.4.
If your server-status page is secured by http auth, add the credentials to the scrape URL following this example:
```
http://user:password@localhost/server-status?auto
```
# Using Docker # Using Docker
## Build ## Build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment