From 3449a85e4d94f00382cb2dd50a3795f6d0fb9912 Mon Sep 17 00:00:00 2001 From: Nils VAN ZUIJLEN Date: Wed, 18 Nov 2020 18:39:31 +0100 Subject: Replace nGinx by Nginx Signed-off-by: Nils VAN ZUIJLEN --- docs/setup/reverse-proxy.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') 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 { -- cgit v1.2.3