diff options
| author | Tim Graham <timograham@gmail.com> | 2016-04-28 10:09:57 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-04-28 10:15:23 -0400 |
| commit | 8a135cca4e663ec649d9ef7643ffc2a10e91c781 (patch) | |
| tree | 57a071328f708dd1267471e213aea3544f9c636b /docs/howto/deployment/wsgi/uwsgi.txt | |
| parent | 472c54084b30b9b8483ef9f9c068362bc21894f8 (diff) | |
[1.9.x] Fixed #26554 -- Updated docs URLs to readthedocs.io
Backport of f945fb24a31737c6625205a8cd90eabdf1c33584 from master
Diffstat (limited to 'docs/howto/deployment/wsgi/uwsgi.txt')
| -rw-r--r-- | docs/howto/deployment/wsgi/uwsgi.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/howto/deployment/wsgi/uwsgi.txt b/docs/howto/deployment/wsgi/uwsgi.txt index 666d735fa2..bf869a77b8 100644 --- a/docs/howto/deployment/wsgi/uwsgi.txt +++ b/docs/howto/deployment/wsgi/uwsgi.txt @@ -15,7 +15,7 @@ container server coded in pure C. possible deployment setup of many). The docs below are focused on how to integrate Django with uWSGI. - .. _tutorial: https://uwsgi.readthedocs.org/en/latest/tutorials/Django_and_nginx.html + .. _tutorial: https://uwsgi.readthedocs.io/en/latest/tutorials/Django_and_nginx.html Prerequisite: uWSGI =================== @@ -32,7 +32,7 @@ command. For example: # Or install LTS (long term support). $ pip install https://projects.unbit.it/downloads/uwsgi-lts.tar.gz -.. _installation procedures: http://uwsgi-docs.readthedocs.org/en/latest/Install.html +.. _installation procedures: https://uwsgi-docs.readthedocs.io/en/latest/Install.html .. warning:: @@ -58,7 +58,7 @@ Configuring and starting the uWSGI server for Django uWSGI supports multiple ways to configure the process. See uWSGI's `configuration documentation`_ and `examples`_. -.. _configuration documentation: https://uwsgi.readthedocs.org/en/latest/Configuration.html +.. _configuration documentation: https://uwsgi.readthedocs.io/en/latest/Configuration.html .. _examples: https://projects.unbit.it/uwsgi/wiki/Example Here's an example command to start a uWSGI server:: @@ -122,4 +122,4 @@ Example ini configuration file usage:: See the uWSGI docs on `managing the uWSGI process`_ for information on starting, stopping and reloading the uWSGI workers. -.. _managing the uWSGI process: http://uwsgi-docs.readthedocs.org/en/latest/Management.html +.. _managing the uWSGI process: https://uwsgi-docs.readthedocs.io/en/latest/Management.html |
