summaryrefslogtreecommitdiff
path: root/docs/howto/static-files
diff options
context:
space:
mode:
authorCollin Anderson <cmawebsite@gmail.com>2014-10-15 08:28:27 -0400
committerCollin Anderson <cmawebsite@gmail.com>2014-10-15 08:28:27 -0400
commit1b2debe89684724f0617bb89aa49cb70273ab0f1 (patch)
tree2141f7f8905d1571d4385eca8f07553d89e8566f /docs/howto/static-files
parent9743aa5436448a709a6ae82bb905dc4fae56cb80 (diff)
Fixed #23637 -- Removed TUX, lighttpd, and Cherokee as common.
Diffstat (limited to 'docs/howto/static-files')
-rw-r--r--docs/howto/static-files/deployment.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/howto/static-files/deployment.txt b/docs/howto/static-files/deployment.txt
index 865a5c6b41..a88403fda8 100644
--- a/docs/howto/static-files/deployment.txt
+++ b/docs/howto/static-files/deployment.txt
@@ -70,17 +70,11 @@ Most larger Django sites use a separate Web server -- i.e., one that's not also
running Django -- for serving static files. This server often runs a different
type of web server -- faster but less full-featured. Some common choices are:
-* lighttpd_
* Nginx_
-* TUX_
-* Cherokee_
* A stripped-down version of Apache_
-.. _lighttpd: http://www.lighttpd.net/
.. _Nginx: http://wiki.nginx.org/Main
-.. _TUX: http://en.wikipedia.org/wiki/TUX_web_server
.. _Apache: http://httpd.apache.org/
-.. _Cherokee: http://www.cherokee-project.com/
Configuring these servers is out of scope of this document; check each
server's respective documentation for instructions.