From 89bcfabb3e871688c4e9c6b897b4b265121b6a51 Mon Sep 17 00:00:00 2001 From: Sebastien Jourdain Date: Thu, 13 Jul 2023 10:20:32 -0600 Subject: [PATCH] docs(nginx): Update deploy-nginx.md --- docs/content/docs/deploy-nginx.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/docs/deploy-nginx.md b/docs/content/docs/deploy-nginx.md index fb33c97a..cdd6600e 100644 --- a/docs/content/docs/deploy-nginx.md +++ b/docs/content/docs/deploy-nginx.md @@ -1,6 +1,6 @@ # NGINX -Often a trame application might be put behind an NGINX either for standard rooting or for providing SSL. +Often a trame application might be put behind an NGINX either for standard routing or for providing SSL. Either way, the default behavior of NGINX with WebSocket will make it so you get periodically disconnected. You may want to adjust some of those parameters to allow un-interuption. @@ -17,4 +17,4 @@ proxy_socket_keepalive on; proxy_connect_timeout 120; proxy_send_timeout 360; proxy_read_timeout 360; -``` \ No newline at end of file +```