mirror of
https://github.com/caddyserver/caddy.git
synced 2026-08-03 22:33:28 +00:00
httpcaddyfile: Don't lowercase placeholder contents (fixes #3264)
This commit is contained in:
parent
2609a72893
commit
829e36d535
3 changed files with 54 additions and 3 deletions
|
|
@ -29,6 +29,8 @@ func init() {
|
|||
|
||||
// Authentication is a middleware which provides user authentication.
|
||||
// Rejects requests with HTTP 401 if the request is not authenticated.
|
||||
//
|
||||
// Its API is still experimental and may be subject to change.
|
||||
type Authentication struct {
|
||||
// A set of authentication providers. If none are specified,
|
||||
// all requests will always be unauthenticated.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue