README.md: update caddyfile basic_auth settings

This commit is contained in:
2026-04-08 22:33:40 +02:00
parent 09f6b0c425
commit f234473bf1
+1 -1
View File
@@ -73,7 +73,7 @@ tresor.example.com {
root * /Pfad/Zu/DigiErbe/Tresor/public root * /Pfad/Zu/DigiErbe/Tresor/public
# Authentication # Authentication
basic_auth / { basic_auth {
username $2a$14$SetHashedPasswordHere username $2a$14$SetHashedPasswordHere
} }