2023-07-29 20:32:17 +02:00
<!DOCTYPE html>
< html >
< head >
2023-08-09 18:01:36 +02:00
< title > SVR.JS Nightly-GitMain< / title >
2023-07-29 20:32:17 +02:00
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" / >
< meta charset = "UTF-8" / >
< style >
body {
font-family: FreeSans, Helvetica, Tahoma, Arial, sans-serif;
text-align: center;
}
< / style >
< / head >
< body >
2023-08-10 01:14:10 +02:00
< h1 > Welcome to SVR.JS Nightly-GitMain< / h1 >
2024-03-03 15:54:29 +01:00
< div style = "background-color: #ffff00; border-color: #ff7f00; border-width: 5px; border-style: solid; padding: 5px; display: inline-block;" >
2024-03-03 16:05:56 +01:00
< b style = "font-size: 26px" > WARNING!< / b > < br / >
2023-08-06 04:07:04 +02:00
This version is only for test purposes and may be unstable.
< / div >
2023-07-29 20:32:17 +02:00
< br / >
2024-03-03 16:08:28 +01:00
< img src = "/logo.png" style = "width: 256px; max-width: 100%;" / >
< br / >
2023-11-12 20:03:50 +01:00
< p > If you see this page that means that the server is working properly. You can further configure the server and replace < i > index.html< / i > and < i > tests.html< / i > pages with custom ones.< / p >
2023-07-29 20:32:17 +02:00
< p > Default < i > config.json< / i > looks like this:< / p >
2024-03-03 15:53:04 +01:00
< code style = "background-color: #e0e0e0; padding: 5px; text-align: left; display: block; display: inline-block;" >
2024-03-03 16:05:56 +01:00
< pre style = "margin: 0.2em; white-space: pre-wrap; overflow-wrap: break-word; word-wrap: break-word; word-break: break-all; word-break: break-word" > {
2024-03-03 15:53:04 +01:00
"users": [],
"port": 80,
"pubport": 80,
"page404": "404.html",
2024-03-03 15:56:19 +01:00
"timestamp": 1709477722479,
2024-03-03 15:53:04 +01:00
"blacklist": [],
"nonStandardCodes": [],
"enableCompression": true,
"customHeaders": {},
"enableHTTP2": false,
"enableLogging": true,
"enableDirectoryListing": true,
"enableDirectoryListingWithDefaultHead": false,
"serverAdministratorEmail": "[no contact information]",
"stackHidden": false,
"enableRemoteLogBrowsing": false,
"exposeServerVersion": true,
"disableServerSideScriptExpose": true,
"rewriteMap": [
{
"definingRegex": "/^\\/serverSideScript\\.js(?:$|[#?])/",
"replacements": [
{
"regex": "/^\\/serverSideScript\\.js($|[#?])/",
"replacement": "/NONEXISTENT_PAGE$1"
2023-07-29 20:32:17 +02:00
}
2024-03-03 15:53:04 +01:00
]
},
{
"definingRegex": "/^\\/testdir_rewritten(?:$|[\\/?#])/",
"replacements": [
{
"regex": "/^\\/testdir_rewritten($|[\\/?#])/",
"replacement": "/testdir$1"
}
]
}
],
"allowStatus": true,
"dontCompress": [
"/.*\\.ipxe$/",
2024-04-02 11:01:13 +02:00
"/.*\\.(?:jpe?g|png|bmp|tiff|jfif|gif|webp)$/",
"/.*\\.(?:[id]mg|iso|flp)$/",
"/.*\\.(?:zip|rar|bz2|[gb7x]z|lzma|tar)$/",
"/.*\\.(?:mp[34]|mov|wm[av]|avi|webm|og[gv]|mk[va])$/"
2024-03-03 15:53:04 +01:00
],
"enableIPSpoofing": false,
"secure": false,
"sni": {},
"disableNonEncryptedServer": false,
"disableToHTTPSRedirect": false,
"enableETag": true,
"disableUnusedWorkerTermination": false,
"rewriteDirtyURLs": true,
"errorPages": [],
"useWebRootServerSideScript": true,
"exposeModsInErrorPages": true,
"disableTrailingSlashRedirects": false,
2024-03-03 15:56:19 +01:00
"environmentVariables": {},
"allowDoubleSlashes": false
2024-03-03 15:53:04 +01:00
}< / pre >
< / code >
2023-07-29 20:32:17 +02:00
< p > Changes:< / p >
2024-03-03 15:58:56 +01:00
< ul style = "display: inline-block; margin: 0;" >
2023-08-06 04:07:04 +02:00
< li > < i > INSERT CHANGES THERE< / i > < / li >
2023-07-29 20:32:17 +02:00
< / ul >
2024-03-03 15:53:04 +01:00
< p >
< a href = "/tests.html" > Tests< / a > < br / >
< a href = "/licenses/" > Licenses< / a > < br / >
< a href = "/svrjsstatus.svr" > SVR.JS status page< / a > < br / >
< a href = "https://svrjs.org/docs" > SVR.JS documentation< / a >
< / p >
2023-07-29 20:32:17 +02:00
< img src = "/powered.png" / >
< / body >
< / html >