docs: add delay_start to caddy security

This commit is contained in:
Elias Schneider
2025-01-20 17:54:38 +01:00
parent d87eb416cd
commit c211d3fc67

View File

@@ -33,13 +33,14 @@ caddy add-package github.com/greenpau/caddy-security
```bash ```bash
{ {
# Port to listen on # Port to listen on
http_port 443 http_port 443
# Configure caddy-security. # Configure caddy-security.
order authenticate before respond order authenticate before respond
security { security {
oauth identity provider generic { oauth identity provider generic {
delay_start 3
realm generic realm generic
driver generic driver generic
client_id client-id-from-pocket-id # Replace with your own client ID client_id client-id-from-pocket-id # Replace with your own client ID