mirror of
https://github.com/certd/certd.git
synced 2026-04-14 20:40:53 +08:00
chore: static cache
This commit is contained in:
@@ -14,6 +14,10 @@ const development = {
|
||||
port: 7001,
|
||||
},
|
||||
staticFile: {
|
||||
usePrecompiledGzip: true,
|
||||
buffer: true,
|
||||
maxAge: 60 * 60 * 24 * 30 * 1000,
|
||||
gzip: true,
|
||||
dirs: {
|
||||
default: {
|
||||
prefix: '/',
|
||||
|
||||
Reference in New Issue
Block a user