Skip to content

Commit

Permalink
Update ThingsToKnow.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
unbit committed Jun 19, 2014
1 parent 607e1b5 commit 937359c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ThingsToKnow.rst
Expand Up @@ -3,7 +3,7 @@ Things to know (best practices and "issues") READ IT !!!

* The ``http`` and ``http-socket`` options are entirely different beasts.
The first one spawns an additional process forwarding requests to a series of workers (think about it as a form of shield, at the same level of apache or nginx), while the second one set workers to natively speak the http protocol.
TL/DR: if you plan to expse uWSGI directly to the public, use --http, if you want to proxy it behind a webserver speaking http with backends, use --http-socket.
TL/DR: if you plan to expose uWSGI directly to the public, use --http, if you want to proxy it behind a webserver speaking http with backends, use --http-socket.
.. seealso:: :doc:`HTTP`


Expand Down

0 comments on commit 937359c

Please sign in to comment.