forked from orbit-oss/flask
Fix broken cross-references; use :doc: tags where necessary
This commit is contained in:
parent
72dfb67828
commit
e771016a5b
3 changed files with 17 additions and 17 deletions
|
|
@ -4,10 +4,10 @@ FastCGI
|
|||
=======
|
||||
|
||||
FastCGI is a deployment option on servers like `nginx`_, `lighttpd`_, and
|
||||
`cherokee`_; see :ref:`deploying-uwsgi` and :ref:`deploying-wsgi-standalone`
|
||||
for other options. To use your WSGI application with any of them you will need
|
||||
a FastCGI server first. The most popular one is `flup`_ which we will use for
|
||||
this guide. Make sure to have it installed to follow along.
|
||||
`cherokee`_; see :doc:`uwsgi` and :doc:`wsgi-standalone` for other options. To
|
||||
use your WSGI application with any of them you will need a FastCGI server first.
|
||||
The most popular one is `flup`_ which we will use for this guide. Make sure to
|
||||
have it installed to follow along.
|
||||
|
||||
.. admonition:: Watch Out
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue