diff --git a/swarmgate/app.ts b/swarmgate/app.ts index 48b16b5..0c48f82 100644 --- a/swarmgate/app.ts +++ b/swarmgate/app.ts @@ -38,6 +38,7 @@ function isVolumeDriverAllowed(volumeDriver: string): boolean { } export const app = express(); +app.disable('etag'); morgan.token('client-cn', (req: any) => { if (req.client.authorized && req.socket.getPeerCertificate().subject) {