8000 fixed some mistakes on charactors. · pythonanywhere/tornadio2@93cf8bd · GitHub
[go: up one dir, main page]

Skip to content

Commit 93cf8bd

Browse files
committed
fixed some mistakes on charactors.
1 parent 3822906 commit 93cf8bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/deployment.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ thinking about scalability, deployment options, etc.
99

1010
Most of the Tornado servers are deployed behind the nginx, which also used to serve static content. Unfortunately,
1111
older versions of the nginx did not support HTTP 1.1 and as a result, proxying of the websocket connections
12-
did not work. However, starting from ngingx 1.1 there's support of HTTP 1.1 protocol and websocket proxying
12+
did not work. However, starting from nginx 1.1 there's support of HTTP 1.1 protocol and websocket proxying
1313
works. You can get more information `here <https://github.com/LearnBoost/socket.io/wiki/Nginx-and-Socket.io>`_.
1414

1515
Alternative solution is to use `HAProxy <http://haproxy.1wt.eu/>`_.
1616
Sample HAProxy configuration file can be found `here <http://stackoverflow.com/questions/4360221/haproxy-websocket-disconnection/4737648#4737648>`_.
17-
You can hide your application and TornadIO instances behind one HAProxy instance running one one port
17+
You can hide your application and TornadIO instances behind one HAProxy instance running on one port
1818
to avoid cross-domain AJAX calls, which ensures greater compatibility.
1919

2020
However, HAProxy does not work on Windows, so if you plan to deploy your solution on Windows platform,

0 commit comments

Comments
 (0)
0