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,
|
"port": 80,
|
||||||
"pubport": 80,
|
"pubport": 80,
|
||||||
"page404": "404.html",
|
"page404": "404.html",
|
||||||
"timestamp": 1692472320477,
|
"timestamp": 1692477525860,
|
||||||
"blacklist": [],
|
"blacklist": [],
|
||||||
"nonStandardCodes": [],
|
"nonStandardCodes": [],
|
||||||
"enableCompression": true,
|
"enableCompression": true,
|
||||||
|
@ -90,4 +90,4 @@
|
||||||
"enableETag": true,
|
"enableETag": true,
|
||||||
"disableUnusedWorkerTermination": false,
|
"disableUnusedWorkerTermination": false,
|
||||||
"rewriteDirtyURLs": true
|
"rewriteDirtyURLs": true
|
||||||
}
|
}
|
Reference in a new issue