JSON ответ об ошибке nginx

Кастомное JSON-тело для ответа на rate limit или ошибку

error_page 429 /429.json; location = /429.json { default_type application/json; return 429 '{"error":"rate_limited"}'; }
more nginx all 15 commands →