summaryrefslogtreecommitdiff
path: root/docs/howto/deployment/wsgi/uwsgi.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/howto/deployment/wsgi/uwsgi.txt')
-rw-r--r--docs/howto/deployment/wsgi/uwsgi.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/howto/deployment/wsgi/uwsgi.txt b/docs/howto/deployment/wsgi/uwsgi.txt
index 6e66189b4e..f441d73f04 100644
--- a/docs/howto/deployment/wsgi/uwsgi.txt
+++ b/docs/howto/deployment/wsgi/uwsgi.txt
@@ -37,7 +37,7 @@ command. For example:
uWSGI model
-----------
-uWSGI operates on a client-server model. Your Web server (e.g., nginx, Apache)
+uWSGI operates on a client-server model. Your web server (e.g., nginx, Apache)
communicates with a ``django-uwsgi`` "worker" process to serve dynamic content.
Configuring and starting the uWSGI server for Django