Files
zonemaster.es/nginx.conf
Malin 14c41e1a54 fix: use exact location match for /api to prevent 301 on POST
location /api/ caused nginx to 301-redirect POST /api -> /api/
Browsers follow 301 with GET, breaking JSON-RPC. Exact match
location = /api proxies directly without redirect.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-21 09:32:49 +02:00

1.0 KiB