-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed
Labels
feature ⚙️New feature or requestNew feature or request
Description
Caddyfile support for the handle_response option of reverse_proxy would be nice.
See the JSON configuration here:
Maybe it could look something like this in the Caddyfile:
reverse_proxy ... {
...
handle_response header X-Accel-Redirect {
...
}
handle_response status 4xx {
...
}
handle_response {
...
}
}
(Responses can be matched by headers or status code. Just showing a few examples here.)
Originally posted by @mholt in #3347 (comment)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
feature ⚙️New feature or requestNew feature or request