Skip to content

Commit

Permalink
disable etag
Browse files Browse the repository at this point in the history
  • Loading branch information
s4ke committed Nov 14, 2023
1 parent bf908ff commit 999d2bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions swarmgate/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 999d2bf

Please sign in to comment.