Browse Source

Merge pull request #974 from acrogenesis/patch-1

Fix setting basic auth password doc
pull/984/head
fatedier 6 years ago committed by GitHub
parent
commit
0aec869513
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md

2
README.md

@ -566,7 +566,7 @@ type = http
local_port = 80 local_port = 80
custom_domains = test.yourdomain.com custom_domains = test.yourdomain.com
http_user = abc http_user = abc
http_passwd = abc http_pwd = abc
``` ```
Visit `http://test.yourdomain.com` and now you need to input username and password. Visit `http://test.yourdomain.com` and now you need to input username and password.

Loading…
Cancel
Save