summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-01-31 19:53:27 +0100
committerGitHub <noreply@github.com>2021-01-31 19:53:27 +0100
commit66c11c1380d31f68077cf7603819812f43951695 (patch)
tree7bce6fdce6c047b582af7b9689def50db3684654
parentb5afb2560d2e9ba47c9b346e4f83da7b81b7b0e6 (diff)
parente31dc1c5f6ae3b8b5a90276f80ff6d0bd8fef7d0 (diff)
Merge pull request #111485 from Luflosi/fix-typo
nginx module: fix typo in proxyWebsockets description
-rw-r--r--nixos/modules/services/web-servers/nginx/location-options.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/web-servers/nginx/location-options.nix b/nixos/modules/services/web-servers/nginx/location-options.nix
index 5a7f5188b6cf..d8c976f202fd 100644
--- a/nixos/modules/services/web-servers/nginx/location-options.nix
+++ b/nixos/modules/services/web-servers/nginx/location-options.nix
@@ -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.
'';
};