mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 01:36:29 -05:00
Replace nGinx by Nginx
Signed-off-by: Nils VAN ZUIJLEN <nils.van-zuijlen@mailo.com>
This commit is contained in:
parent
379cff97d9
commit
3449a85e4d
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue