diff options
Diffstat (limited to 'docs/setup')
-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 { |