docs: fix spelling error in reverse proxy configuration error page
All checks were successful
Deploy Next.js application / deploy (push) Successful in 8m6s
All checks were successful
Deploy Next.js application / deploy (push) Successful in 8m6s
This commit is contained in:
parent
7bcbff413b
commit
10fd49e42d
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
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.
|
- _hostname_ - Hostname of origin server.
|
||||||
- _port_ - Port of origin server.
|
- _port_ - Port of origin server.
|
||||||
|
|
Loading…
Reference in a new issue