forked from svrjs/svrjs
Rewritten some of for loops to use forEach instead.
This commit is contained in:
parent
e7e232f6e7
commit
d31d47bbcd
2 changed files with 234 additions and 288 deletions
|
@ -3,7 +3,7 @@
|
|||
"port": 80,
|
||||
"pubport": 80,
|
||||
"page404": "404.html",
|
||||
"timestamp": 1692472320477,
|
||||
"timestamp": 1692477525860,
|
||||
"blacklist": [],
|
||||
"nonStandardCodes": [],
|
||||
"enableCompression": true,
|
||||
|
@ -90,4 +90,4 @@
|
|||
"enableETag": true,
|
||||
"disableUnusedWorkerTermination": false,
|
||||
"rewriteDirtyURLs": true
|
||||
}
|
||||
}
|
Reference in a new issue