mirror of
https://github.com/traefik/traefik
synced 2026-02-03 11:10:33 +00:00
Support permanent-redirect and temporal-redirect annotations
This commit is contained in:
@@ -871,7 +871,7 @@ func (in *MiddlewareSpec) DeepCopyInto(out *MiddlewareSpec) {
|
||||
if in.RedirectRegex != nil {
|
||||
in, out := &in.RedirectRegex, &out.RedirectRegex
|
||||
*out = new(dynamic.RedirectRegex)
|
||||
**out = **in
|
||||
(*in).DeepCopyInto(*out)
|
||||
}
|
||||
if in.RedirectScheme != nil {
|
||||
in, out := &in.RedirectScheme, &out.RedirectScheme
|
||||
|
||||
Reference in New Issue
Block a user