diff options
author | Nils VAN ZUIJLEN | 2020-11-18 18:39:31 +0100 |
---|---|---|
committer | Nils VAN ZUIJLEN | 2020-11-18 18:39:31 +0100 |
commit | 3449a85e4d94f00382cb2dd50a3795f6d0fb9912 (patch) | |
tree | e3fccfe676866a6b2ac8acc90e0b610893bc55c8 /docs | |
parent | 379cff97d9b22a2c20d75d7d5ec50df5f37ebacd (diff) |
Replace nGinx by Nginx
Signed-off-by: Nils VAN ZUIJLEN <nils.van-zuijlen@mailo.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/setup/reverse-proxy.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/setup/reverse-proxy.md b/docs/setup/reverse-proxy.md index 367948cd..8262100a 100644 --- a/docs/setup/reverse-proxy.md +++ b/docs/setup/reverse-proxy.md @@ -29,9 +29,9 @@ The reverse proxy must allow websocket `Upgrade` requests at path `/sockets.io/` It must pass through the scheme used by the client (http or https). -### nGinx +### Nginx -Here is an example configuration for nGinx. +Here is an example configuration for Nginx. ``` map $http_upgrade $connection_upgrade { |