tuyen swa config set-response-override
Add or update an HTTP status code response override. Only 400, 401, 403, and 404 are accepted.
Usage
tuyen swa config set-response-override [OPTIONS] --code <CODE>Options
-c, --code <CODE>
- HTTP status code to create an override for. Must be one of 400, 401, 403, 404.
- Required: Yes.
--rewrite <REWRITE>
- Internal rewrite path to serve for this status code.
--redirect <REDIRECT>
- Redirect URL to send the client to for this status code.
--status-code <STATUS_CODE>
- New HTTP status code to return in the overridden response.
-h, --help
- Print help.