# Intercept a nominated URL path and trigger a custom error if (req.url.path ~ "^/api/origin-status") { error 610; }