From c211d3fc67a17fc1ed6e207fecb5c29e1d3542c5 Mon Sep 17 00:00:00 2001 From: Elias Schneider Date: Mon, 20 Jan 2025 17:54:38 +0100 Subject: [PATCH] docs: add `delay_start` to caddy security --- docs/proxy-services.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/proxy-services.md b/docs/proxy-services.md index 56af5d9..191bf03 100644 --- a/docs/proxy-services.md +++ b/docs/proxy-services.md @@ -33,13 +33,14 @@ caddy add-package github.com/greenpau/caddy-security ```bash { - # Port to listen on + # Port to listen on http_port 443 - # Configure caddy-security. + # Configure caddy-security. order authenticate before respond security { oauth identity provider generic { + delay_start 3 realm generic driver generic client_id client-id-from-pocket-id # Replace with your own client ID