mirror of
https://github.com/django/django.git
synced 2025-07-12 07:45:11 +00:00
Updated various links in docs to avoid redirects
Thanks Tim Graham and Mariusz Felisiak for review and completion.
This commit is contained in:
parent
a3ba2662cd
commit
01f658644a
37 changed files with 70 additions and 78 deletions
|
@ -234,7 +234,7 @@ See :doc:`/howto/error-reporting` for details on error reporting by email.
|
|||
Consider using an error monitoring system such as Sentry_ before your
|
||||
inbox is flooded by reports. Sentry can also aggregate logs.
|
||||
|
||||
.. _Sentry: https://docs.getsentry.com/
|
||||
.. _Sentry: https://docs.sentry.io/
|
||||
|
||||
Customize the default error views
|
||||
---------------------------------
|
||||
|
|
|
@ -179,7 +179,7 @@ If you are using a version of Apache older than 2.4, replace
|
|||
``Require all granted`` with ``Allow from all`` and also add the line
|
||||
``Order deny,allow`` above it.
|
||||
|
||||
.. _Nginx: http://wiki.nginx.org/Main
|
||||
.. _Nginx: https://nginx.org/en/
|
||||
.. _Apache: https://httpd.apache.org/
|
||||
|
||||
.. More details on configuring a mod_wsgi site to serve static files can be found
|
||||
|
|
|
@ -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: https://projects.unbit.it/uwsgi/
|
||||
.. _uWSGI: https://uwsgi-docs.readthedocs.io/
|
||||
|
||||
.. seealso::
|
||||
|
||||
|
@ -39,18 +39,14 @@ uWSGI model
|
|||
|
||||
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: https://projects.unbit.it/uwsgi/wiki/Background
|
||||
|
||||
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`_.
|
||||
|
||||
.. _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::
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue