Fix missing property

This commit is contained in:
Joey Hafner 2022-07-06 17:50:03 -07:00
parent a86f0fde20
commit a2faba9198

View File

@ -2,8 +2,9 @@ http:
middlewares:
lan-only:
ipWhiteList:
- "127.0.0.1/32"
- "192.168.1.1/24"
sourceRange:
- "127.0.0.1/32"
- "192.168.1.1/24"
simple-auth:
basicAuth:
usersFile: "/.htpasswd"