Merge pull request #111485 from Luflosi/fix-typo

nginx module: fix typo in proxyWebsockets description
This commit is contained in:
Sandro
2021-01-31 19:53:27 +01:00
committed by GitHub
@@ -52,7 +52,7 @@ with lib;
default = false;
example = true;
description = ''
Whether to supporty proxying websocket connections with HTTP/1.1.
Whether to support proxying websocket connections with HTTP/1.1.
'';
};