forked from Ivasoft/traefik
Merge v1.7.0 into master
This commit is contained in:
committed by
Traefiker Bot
parent
fdf14cd101
commit
f10516deb7
@@ -67,6 +67,9 @@ export class ApiService {
|
||||
frontend.headers.customResponseHeaders = this.toHeaderArray(frontend.headers.customResponseHeaders);
|
||||
frontend.headers.sslProxyHeaders = this.toHeaderArray(frontend.headers.sslProxyHeaders);
|
||||
}
|
||||
if (frontend.ratelimit && frontend.ratelimit.rateset) {
|
||||
frontend.ratelimit.rateset = this.toArray(frontend.ratelimit.rateset, 'id');
|
||||
}
|
||||
return frontend;
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user