mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Fixed #25778 -- Updated docs links to use https when available.
This commit is contained in:
parent
51a3721372
commit
7aabd62380
66 changed files with 156 additions and 156 deletions
|
@ -7,7 +7,7 @@ How to use Django with uWSGI
|
|||
uWSGI_ is a fast, self-healing and developer/sysadmin-friendly application
|
||||
container server coded in pure C.
|
||||
|
||||
.. _uWSGI: http://projects.unbit.it/uwsgi/
|
||||
.. _uWSGI: https://projects.unbit.it/uwsgi/
|
||||
|
||||
.. seealso::
|
||||
|
||||
|
@ -30,7 +30,7 @@ command. For example:
|
|||
$ pip install uwsgi
|
||||
|
||||
# Or install LTS (long term support).
|
||||
$ pip install http://projects.unbit.it/downloads/uwsgi-lts.tar.gz
|
||||
$ pip install https://projects.unbit.it/downloads/uwsgi-lts.tar.gz
|
||||
|
||||
.. _installation procedures: http://uwsgi-docs.readthedocs.org/en/latest/Install.html
|
||||
|
||||
|
@ -50,7 +50,7 @@ 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.
|
||||
See uWSGI's `background documentation`_ for more detail.
|
||||
|
||||
.. _background documentation: http://projects.unbit.it/uwsgi/wiki/Background
|
||||
.. _background documentation: https://projects.unbit.it/uwsgi/wiki/Background
|
||||
|
||||
Configuring and starting the uWSGI server for Django
|
||||
----------------------------------------------------
|
||||
|
@ -59,7 +59,7 @@ 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
|
||||
.. _examples: http://projects.unbit.it/uwsgi/wiki/Example
|
||||
.. _examples: https://projects.unbit.it/uwsgi/wiki/Example
|
||||
|
||||
Here's an example command to start a uWSGI server::
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue