Replace nGinx by Nginx

Signed-off-by: Nils VAN ZUIJLEN <nils.van-zuijlen@mailo.com>
This commit is contained in:
Nils VAN ZUIJLEN 2020-11-18 18:39:31 +01:00
parent 379cff97d9
commit 3449a85e4d
No known key found for this signature in database
GPG key ID: 7BE7AF8A0F5942E9

View file

@ -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). 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 { map $http_upgrade $connection_upgrade {