diff --git a/source/mods.md b/source/mods.md index 63e8cb1..c60086b 100644 --- a/source/mods.md +++ b/source/mods.md @@ -10,7 +10,7 @@ SVR.JS has these official SVR.JS mods: * [**GreenRhombus**](https://downloads.svrjs.org/mods/greenrhombus.fastcgi.1.0.4.tar.gz) - FastCGI (Fast Common Gateway Interface) client. ***Latest version: 1.0.4*** * [**OrangeCircle**](https://downloads.svrjs.org/mods/orangecircle.scgi.1.2.0.tar.gz) - SCGI (Simple Common Gateway Interface) client. ***Latest version: 1.2.0*** * [**RedBrick**](https://downloads.svrjs.org/mods/redbrick.cgi.2.6.1.tar.gz) - CGI (Common Gateway Interface) engine. ***Latest version: 2.6.1*** -* [**reverse-proxy-mod**](https://downloads.svrjs.org/mods/reverse-proxy-mod.1.1.3.tar.gz) - mod, that enables SVR.JS to do reverse proxy functionality. ***Latest version: 1.1.3*** +* [**reverse-proxy-mod**](https://downloads.svrjs.org/mods/reverse-proxy-mod.1.1.4.tar.gz) - mod, that enables SVR.JS to do reverse proxy functionality. ***Latest version: 1.1.4*** * [**YellowSquare**](https://downloads.svrjs.org/mods/yellowsquare.jsgi.1.1.3.tar.gz) - JSGI (JavaScript Gateway Interface) engine. ***Latest version: 1.1.3*** **All of those mods are licensed under MIT/X11 license.** diff --git a/source/reverse-proxy-mod-changelog.md b/source/reverse-proxy-mod-changelog.md index 6060d5b..da635f5 100644 --- a/source/reverse-proxy-mod-changelog.md +++ b/source/reverse-proxy-mod-changelog.md @@ -3,6 +3,10 @@ title: reverse-proxy-mod change log date: 2024-01-29 20:52:59 --- +## reverse-proxy-mod 1.1.4 + +* Fix path-based reverse proxy request URLs + ## reverse-proxy-mod 1.1.3 * Fixed bug with wildcard in domain name selectors.