docs: fix spelling error in reverse proxy configuration error page
All checks were successful
Deploy Next.js application / deploy (push) Successful in 8m6s

This commit is contained in:
Dorian Niemiec 2024-12-11 15:53:52 +01:00
parent 7bcbff413b
commit 10fd49e42d

View file

@ -6,7 +6,7 @@ title: Reverse proxy configuration
In order to use SVR.JS as a reverse proxy, you need to install reverse-proxy-mod SVR.JS mod. [Download this mod.](https://svrjs.org/mods)
Configuration file of reverse-proxy-mod is _reverse-proxy-config.json_ inside SVR.JS installation directory. Keys of configuration object are domain names (or paths from reverse-proxy-mod 1.1.1), for which it's settings apply. Values are object with those properties:
Configuration file of reverse-proxy-mod is _reverse-proxy-config.json_ inside SVR.JS installation directory. Keys of configuration object are domain names (or paths from reverse-proxy-mod 1.1.1), for which its settings apply. Values are object with those properties:
- _hostname_ - Hostname of origin server.
- _port_ - Port of origin server.