fix: Fixes Caddyfile for pocket-id to work correctly in production.
All checks were successful
CI / release (push) Successful in 5m32s

This commit is contained in:
2025-04-11 12:43:16 -04:00
parent 590a3d360f
commit a26e239291

View File

@@ -1,9 +1,8 @@
{
# Port to listen on
http_port 80
# Configure caddy-security.
order authenticate before respond
security {
oauth identity provider generic {
delay_start 3
realm generic
@@ -35,7 +34,7 @@
}
:80 {
http://localhost {
@auth {
path /caddy-security/*
}