IO-2060 Add missing etag removal.
This commit is contained in:
@@ -168,7 +168,10 @@ app.get(
|
||||
);
|
||||
|
||||
InitServer();
|
||||
app.use(FolderPaths.StaticPath, express.static(FolderPaths.Root, {}));
|
||||
app.use(
|
||||
FolderPaths.StaticPath,
|
||||
express.static(FolderPaths.Root, { etag: false, maxAge: 30 * 1000 })
|
||||
);
|
||||
app.use(
|
||||
"/assets",
|
||||
express.static("./assets", { etag: false, maxAge: 30 * 1000 })
|
||||
|
||||
Reference in New Issue
Block a user