You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(decoredirect): use configuration-snippet to preserve ACME challenge (#24)
server-snippet runs at the nginx server block level (HTTP + HTTPS) before
location matching, intercepting Let's Encrypt HTTP-01 ACME challenge
requests and breaking certificate issuance for new domains.
configuration-snippet is scoped to the location / block — the cert-manager
ACME solver creates a more specific location (/.well-known/acme-challenge/TOKEN)
that takes priority, so challenges are served correctly while path is
still preserved via $request_uri on all other requests.
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments