From 12e37109aa293411c12633d04ca93085591dea77 Mon Sep 17 00:00:00 2001 From: Arthur Date: Thu, 21 Mar 2024 10:03:35 -0700 Subject: [PATCH] 15154 rename gunicorn doc --- docs/installation/4-uwsgi.md | 4 ++-- docs/installation/{4-gunicorn.md => gunicorn.md} | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename docs/installation/{4-gunicorn.md => gunicorn.md} (96%) diff --git a/docs/installation/4-uwsgi.md b/docs/installation/4-uwsgi.md index f90f9061a..4641e6aed 100644 --- a/docs/installation/4-uwsgi.md +++ b/docs/installation/4-uwsgi.md @@ -1,6 +1,6 @@ -# Gunicorn +# uWSGI -Like most Django applications, NetBox runs as a [WSGI application](https://en.wikipedia.org/wiki/Web_Server_Gateway_Interface) behind an HTTP server. This documentation shows how to install and configure [uWSGI](https://uwsgi-docs.readthedocs.io/en/latest/) (which is automatically installed with NetBox) for this role, however other WSGI servers are available and should work similarly well. [gunicorn](http://gunicorn.org/) is a popular alternative. +Like most Django applications, NetBox runs as a [WSGI application](https://en.wikipedia.org/wiki/Web_Server_Gateway_Interface) behind an HTTP server. This documentation shows how to install and configure [uWSGI](https://uwsgi-docs.readthedocs.io/en/latest/) (which is automatically installed with NetBox) for this role, however other WSGI servers are available and should work similarly well. [gunicorn](http://gunicorn.org/) is a popular alternative and [installation instructions for gunicorn](gunicorn.md) are provided if you wish to use that instead of uWSGI. ## Configuration diff --git a/docs/installation/4-gunicorn.md b/docs/installation/gunicorn.md similarity index 96% rename from docs/installation/4-gunicorn.md rename to docs/installation/gunicorn.md index 1e8d49453..4ec24e46b 100644 --- a/docs/installation/4-gunicorn.md +++ b/docs/installation/gunicorn.md @@ -1,6 +1,6 @@ # Gunicorn -Like most Django applications, NetBox runs as a [WSGI application](https://en.wikipedia.org/wiki/Web_Server_Gateway_Interface) behind an HTTP server. This documentation shows how to install and configure [gunicorn](http://gunicorn.org/) (which is automatically installed with NetBox) for this role, however other WSGI servers are available and should work similarly well. [uWSGI](https://uwsgi-docs.readthedocs.io/en/latest/) is a popular alternative. +Like most Django applications, NetBox runs as a [WSGI application](https://en.wikipedia.org/wiki/Web_Server_Gateway_Interface) behind an HTTP server. This documentation shows how to install and configure [gunicorn](http://gunicorn.org/) (which is automatically installed with NetBox) for this role, however other WSGI servers are available and should work similarly well. [uWSGI](https://uwsgi-docs.readthedocs.io/en/latest/) is a popular alternative and [installation instructions for uWSGI](4-uwsgi.md) are provided if you wish to use that instead of gunicorn. ## Configuration