mirror of
https://github.com/caddyserver/caddy.git
synced 2026-07-28 02:38:49 +02:00
c1907df2ed
Same obsolete two-argument check as the reverse_proxy one removed in #7869: it referenced the long-removed inline status-code-replacement syntax and pointed users at replace_status even when no status replacement was involved. The generic check now rejects all excess-argument cases with an accurate message. Co-authored-by: Claude Fable 5 <noreply@anthropic.com>