mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-19 21:32:43 +01:00
Fix a "websokket" typo
Summary: Typo fix from D15703 that I overlooked. Test Plan: Careful inspection. Reviewers: chad Reviewed By: chad Differential Revision: https://secure.phabricator.com/D15708
This commit is contained in:
parent
ca6da4c2be
commit
383ae7621f
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ If you prefer not to do this, two other options are:
|
||||||
|
|
||||||
- run the websocket through a websocket-capable loadbalancer and terminate
|
- run the websocket through a websocket-capable loadbalancer and terminate
|
||||||
SSL there; or
|
SSL there; or
|
||||||
- run the websokket through `nginx` over the same socket as the rest of
|
- run the websocket through `nginx` over the same socket as the rest of
|
||||||
your web traffic.
|
your web traffic.
|
||||||
|
|
||||||
See the next sections for more detail.
|
See the next sections for more detail.
|
||||||
|
|
Loading…
Reference in a new issue