mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Refs #29784 -- Switched to https:// links where available.
This commit is contained in:
parent
d1d5c97bc2
commit
82f286cf6f
131 changed files with 267 additions and 267 deletions
|
@ -7,7 +7,7 @@ How to use Django with Gunicorn
|
|||
Gunicorn_ ('Green Unicorn') is a pure-Python WSGI server for UNIX. It has no
|
||||
dependencies and is easy to install and use.
|
||||
|
||||
.. _Gunicorn: http://gunicorn.org/
|
||||
.. _Gunicorn: https://gunicorn.org/
|
||||
|
||||
Installing Gunicorn
|
||||
===================
|
||||
|
@ -15,7 +15,7 @@ Installing Gunicorn
|
|||
Installing gunicorn is as easy as ``pip install gunicorn``. For more
|
||||
details, see the `gunicorn documentation`_.
|
||||
|
||||
.. _gunicorn documentation: http://docs.gunicorn.org/en/latest/install.html
|
||||
.. _gunicorn documentation: https://docs.gunicorn.org/en/latest/install.html
|
||||
|
||||
Running Django in Gunicorn as a generic WSGI application
|
||||
========================================================
|
||||
|
@ -34,4 +34,4 @@ that is to run this command from the same directory as your ``manage.py`` file.
|
|||
|
||||
See Gunicorn's `deployment documentation`_ for additional tips.
|
||||
|
||||
.. _deployment documentation: http://docs.gunicorn.org/en/latest/deploy.html
|
||||
.. _deployment documentation: https://docs.gunicorn.org/en/latest/deploy.html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue