Merge pull request #1794 from kant/patch-1

Formatting change for documentation
This commit is contained in:
David Ashpole 2017-11-07 09:25:15 -08:00 committed by GitHub
commit c3090a95c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ You will need to add a *http_auth_file* parameter with a HTTP basic auth file ge
`./cadvisor --http_auth_file test.htpasswd --http_auth_realm localhost`
The [test.htpasswd](../test.htpasswd) file provided has a username and password already added (admin:password1) for testing purposes.
The [test.htpasswd](../test.htpasswd) file provided has a username and password already added (`admin:password1`) for testing purposes.
### HTTP Digest authentication
@ -24,6 +24,6 @@ You will need to add a *http_digest_file* parameter with a HTTP digest auth file
`./cadvisor --http_digest_file test.htdigest --http_digest_realm localhost`
The [test.htdigest](../test.htdigest) file provided has a username and password already added (admin:password1) for testing purposes.
The [test.htdigest](../test.htdigest) file provided has a username and password already added (`admin:password1`) for testing purposes.
**Note** : You can use either type of authentication, in case you decide to use both files in the arguments only HTTP basic auth will be enabled.