summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Deza <alfredodeza@gmail.com>2013-07-03 11:13:40 -0400
committerAlfredo Deza <alfredodeza@gmail.com>2013-07-08 12:12:01 -0400
commit644ee5f6d2f5d8dcfa6af185675e036bb8d7870f (patch)
tree4fa248a782dc9e29ee679e687374268297fea8a9
parent86c367213a8bb7dae3c2819a3bde81e52e8747db (diff)
downloadpecan-644ee5f6d2f5d8dcfa6af185675e036bb8d7870f.tar.gz
include cherrypy as list of static file serving options
-rw-r--r--docs/source/deployment.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/source/deployment.rst b/docs/source/deployment.rst
index 1f6e11f..5084163 100644
--- a/docs/source/deployment.rst
+++ b/docs/source/deployment.rst
@@ -93,7 +93,7 @@ performance reasons). There are several popular ways to accomplish this. Here
are two:
1. Set up a proxy server (such as `nginx <http://nginx.org/en>`__, `cherokee
- <http://www.cherokee-project.com>`__, or `lighttpd
+ <http://www.cherokee-project.com>`__, :ref:`cherrypy`, or `lighttpd
<http://www.lighttpd.net/>`__) to serve static files and proxy application
requests through to your WSGI application:
@@ -206,6 +206,8 @@ Pecan's default project::
$ gunicorn_pecan config.py
+.. _cherrypy:
+
CherryPy
++++++++