diff options
| author | Tim Graham <timograham@gmail.com> | 2016-01-08 09:35:34 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-01-08 09:39:29 -0500 |
| commit | ae39a066031e544ec245d35a558e4d02ef798558 (patch) | |
| tree | e18fb3e442d7619ccb56bacfb65b831d2d1d41f9 /docs | |
| parent | 40601e5797e1ca0004185faf16d5f2c56fcdbbab (diff) | |
[1.8.x] Fixed #26055 -- Removed an orphaned phrase in docs/howto/deployment/wsgi/modwsgi.txt.
Backport of db8f462494d603eba922818479a87f5ddfe1a13b from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/howto/deployment/wsgi/modwsgi.txt | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/howto/deployment/wsgi/modwsgi.txt b/docs/howto/deployment/wsgi/modwsgi.txt index 90ca1c0527..985926c310 100644 --- a/docs/howto/deployment/wsgi/modwsgi.txt +++ b/docs/howto/deployment/wsgi/modwsgi.txt @@ -157,10 +157,9 @@ If, however, you have no option but to serve media files on the same Apache ``VirtualHost`` as Django, you can set up Apache to serve some URLs as static media, and others using the mod_wsgi interface to Django. -This example sets up Django at the site root, but explicitly serves -``robots.txt``, ``favicon.ico``, any CSS file, and anything in the -``/static/`` and ``/media/`` URL space as a static file. All other URLs -will be served using mod_wsgi: +This example sets up Django at the site root, but serves ``robots.txt``, +``favicon.ico``, and anything in the ``/static/`` and ``/media/`` URL space as +a static file. All other URLs will be served using mod_wsgi: .. code-block:: apache |
