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