This repository has been archived on 2024-09-12. You can view files and clone it, but cannot push or open issues or pull requests.
svrjs-blog/svrjs-config.json

21 lines
315 B
JSON
Raw Permalink Normal View History

2024-03-15 23:24:27 +01:00
{
"port": 3000,
"nonStandardCodes": [
{
"url": "/submit_url.txt",
"scode": 403
}
],
"dontCompress": [
"/.*\\.ipxe$/",
"/.*\\.img$/",
"/.*\\.iso$/",
"/.*\\.gz$/",
"/.*\\.webp$/",
"/.*\\.jpg$/",
"/.*\\.png$/",
"/.*\\.woff$/"
],
"wwwroot": "../public"
}