mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
[2.1.x] Updated some links to https and new locations.
Backport of 961f8e9985
from master.
This commit is contained in:
parent
da84fbfcb5
commit
747253ce84
6 changed files with 11 additions and 11 deletions
|
@ -5,7 +5,7 @@ How to deploy with WSGI
|
|||
Django's primary deployment platform is WSGI_, the Python standard for web
|
||||
servers and applications.
|
||||
|
||||
.. _WSGI: http://www.wsgi.org
|
||||
.. _WSGI: https://wsgi.readthedocs.io/en/latest/
|
||||
|
||||
Django's :djadmin:`startproject` management command sets up a simple default
|
||||
WSGI configuration for you, which you can tweak as needed for your project,
|
||||
|
|
|
@ -6,13 +6,13 @@ Deploying Django with Apache_ and `mod_wsgi`_ is a tried and tested way to get
|
|||
Django into production.
|
||||
|
||||
.. _Apache: https://httpd.apache.org/
|
||||
.. _mod_wsgi: http://www.modwsgi.org/
|
||||
.. _mod_wsgi: https://modwsgi.readthedocs.io/en/develop/
|
||||
|
||||
mod_wsgi is an Apache module which can host any Python WSGI_ application,
|
||||
including Django. Django will work with any version of Apache which supports
|
||||
mod_wsgi.
|
||||
|
||||
.. _WSGI: http://www.wsgi.org
|
||||
.. _WSGI: https://wsgi.readthedocs.io/en/latest/
|
||||
|
||||
The `official mod_wsgi documentation`_ is your source for all the details about
|
||||
how to use mod_wsgi. You'll probably want to start with the `installation and
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue