mirror of
https://github.com/pldubouilh/gossa.git
synced 2026-08-27 20:36:33 -04:00
caddy config: basicauth -> basic_auth
This commit is contained in:
committed by
Pierre Dubouilh
parent
f384c3025b
commit
a7132076cb
+2
-2
@@ -80,7 +80,7 @@ Caddy v2 Caddyfile
|
||||
myserver.com
|
||||
|
||||
# gate access
|
||||
basicauth {
|
||||
basic_auth {
|
||||
root $2a$14$Zkx19XLiW6VYouLHR5NmfOFU0z2GTNmpkT/5qqR7hx4IjWJPDhjvG # password is "hiccup"
|
||||
ro_user1 $2a$14$Zkx19XLiW6VYouLHR5NmfOFU0z2GTNmpkT/5qqR7hx4IjWJPDhjvG # password is "hiccup"
|
||||
ro_user2 $2a$14$Zkx19XLiW6VYouLHR5NmfOFU0z2GTNmpkT/5qqR7hx4IjWJPDhjvG # password is "hiccup"
|
||||
@@ -152,7 +152,7 @@ Caddy v2 Caddyfile
|
||||
```sh
|
||||
myserver.com
|
||||
|
||||
basicauth {
|
||||
basic_auth {
|
||||
user1 $2a$14$Zkx19XLiW6VYouLHR5NmfOFU0z2GTNmpkT/5qqR7hx4IjWJPDhjvG # password is "hiccup"
|
||||
user2 $2a$14$Zkx19XLiW6VYouLHR5NmfOFU0z2GTNmpkT/5qqR7hx4IjWJPDhjvG # password is "hiccup"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user