From 4de5627e156db8cea786f4900cf157090114a425 Mon Sep 17 00:00:00 2001 From: Dorian Niemiec Date: Tue, 2 Apr 2024 18:16:01 +0200 Subject: [PATCH] Update SVR.JS to 3.14.10 --- source/changelog.md | 4 ++++ source/docs.md | 2 +- source/index.md | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/source/changelog.md b/source/changelog.md index 69bb341..e661639 100644 --- a/source/changelog.md +++ b/source/changelog.md @@ -4,6 +4,10 @@ excerpt: Learn more about changes introduced in various SVR.JS versions. date: 2023-12-21 17:10:14 --- +## SVR.JS 3.14.10 + +* Disabled trailing slash removal for proxy requests. + ## SVR.JS 3.14.9 * Changed default file extensions compression exclude list. diff --git a/source/docs.md b/source/docs.md index d47c988..207ff7b 100644 --- a/source/docs.md +++ b/source/docs.md @@ -395,7 +395,7 @@ The _config.json_ file contains various properties that you can customize to con * _useWebRootServerSideScript_ (Boolean, SVR.JS 3.9.0 or newer) * Option to use server-side JavaScript in web root. If it is set to _false_, the server-side JavaScript is loaded from SVR.JS installation directory. * _disableTrailingSlashRedirects_ (Boolean, SVR.JS 3.12.0 or newer) - * Option to disable redirects from URLs referencing to directories (but without a trailing slash) to URL with a trailing slash. + * Option to disable redirects from URLs referencing to directories (but without a trailing slash) to URL with a trailing slash. For forwards proxy applications and SVR.JS 3.14.9 and earlier, it needs to be _true_, or else the server will just do redirect loops. * _environmentVariables_ (Object, SVR.JS 3.12.0 or newer) * Envrionment variables. These can be used for CGI web applications and server-side JavaScript. * _allowDoubleSlashes_ (Boolean, SVR.JS 3.14.4 or newer) diff --git a/source/index.md b/source/index.md index 75510f6..e3fc9bd 100644 --- a/source/index.md +++ b/source/index.md @@ -3,7 +3,7 @@ title: Main page date: 2024-01-21 19:41:01 layout: index-page sitemap: false -svrjsversion: 3.14.9 +svrjsversion: 3.14.10 ---
@@ -13,7 +13,7 @@ svrjsversion: 3.14.9

Host a webpage, run server-side JavaScript, use mods to expand server functionality, or use it as a reverse proxy — all in SVR.JS! SVR.JS is a web server that runs on top of Node.JS, thus enabling server-side JavaScript on webpages. SVR.JS also has an integrated log viewer, log highlighter, and user management tool. SVR.JS can run not only on Node.JS but also in Bun (experimental support).