Skip to content

Commit

Permalink
docs(nginx): Update deploy-nginx.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdain authored Jul 13, 2023
1 parent 43c1193 commit 89bcfab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/docs/deploy-nginx.md
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -17,4 +17,4 @@ proxy_socket_keepalive on;
proxy_connect_timeout 120;
proxy_send_timeout 360;
proxy_read_timeout 360;
```
```

0 comments on commit 89bcfab

Please sign in to comment.