Files
internetforkids/nginx.conf
Christian Gick 19c720b55f
All checks were successful
Deploy Internet for Kids / Build & Push (push) Successful in 20s
Deploy Internet for Kids / Deploy (push) Successful in 6s
Deploy Internet for Kids / Health Check (push) Successful in 2s
Deploy Internet for Kids / Smoke Tests (push) Successful in 3s
Deploy Internet for Kids / Rollback (push) Has been skipped
Deploy Internet for Kids / Audit (push) Successful in 2s
fix: quote nginx regex to prevent brace parsing as block delimiter
The {32} quantifier in the language redirect regex was being consumed
by nginx's config parser as a block delimiter, truncating the pattern
and causing pcre2_compile to fail with missing closing parenthesis.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-03 06:58:33 +03:00

1.3 KiB