nginx module: fix typo in proxyWebsockets description

This commit is contained in:
Luflosi 2021-01-31 18:07:35 +01:00
parent 2dfbfa3b45
commit e31dc1c5f6
No known key found for this signature in database
GPG key ID: 4E41E29EDCC345D0

View file

@ -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.
'';
};