[PR #15550] [MERGED] 15154 Add uWSGI as option to gunicorn #14611

Closed
opened 2025-12-29 23:25:29 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/15550
Author: @arthanson
Created: 3/27/2024
Status: Merged
Merged: 3/28/2024
Merged by: @jeremystretch

Base: featureHead: 15154-uwsgi-2


📝 Commits (4)

  • dcda444 15154 uwsgi docs
  • 491f751 15154 uwsgi contrib files
  • 889ab57 15154 review comments - merge nginx conf
  • 5cbdbc8 Restructure gunicorn/uWSGI installation docs

📊 Changes

7 files changed (+146 additions, -3 deletions)

View changed files

📝 contrib/netbox.service (+4 -0)
📝 contrib/nginx.conf (+10 -0)
contrib/uwsgi.ini (+18 -0)
📝 docs/installation/4a-gunicorn.md (+5 -2)
docs/installation/4b-uwsgi.md (+104 -0)
📝 docs/installation/5-http-server.md (+3 -0)
📝 mkdocs.yml (+2 -1)

📄 Description

Fixes: #15154

Updated this to not replace gunicorn, just added the configuration files and documentation for uWSGI as an optional replacement for gunicorn.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbox-community/netbox/pull/15550 **Author:** [@arthanson](https://github.com/arthanson) **Created:** 3/27/2024 **Status:** ✅ Merged **Merged:** 3/28/2024 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `feature` ← **Head:** `15154-uwsgi-2` --- ### 📝 Commits (4) - [`dcda444`](https://github.com/netbox-community/netbox/commit/dcda444681ced48b61f7d7e9f085d489b8f44c75) 15154 uwsgi docs - [`491f751`](https://github.com/netbox-community/netbox/commit/491f751468dd4079851fe9ea4849d7053b5a06fa) 15154 uwsgi contrib files - [`889ab57`](https://github.com/netbox-community/netbox/commit/889ab57eec48c8a2057ce4d003a0bea41e0a8aa8) 15154 review comments - merge nginx conf - [`5cbdbc8`](https://github.com/netbox-community/netbox/commit/5cbdbc8cd0cc8a17071f0b1c732eab8cbc5bce67) Restructure gunicorn/uWSGI installation docs ### 📊 Changes **7 files changed** (+146 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `contrib/netbox.service` (+4 -0) 📝 `contrib/nginx.conf` (+10 -0) ➕ `contrib/uwsgi.ini` (+18 -0) 📝 `docs/installation/4a-gunicorn.md` (+5 -2) ➕ `docs/installation/4b-uwsgi.md` (+104 -0) 📝 `docs/installation/5-http-server.md` (+3 -0) 📝 `mkdocs.yml` (+2 -1) </details> ### 📄 Description ### Fixes: #15154 Updated this to not replace gunicorn, just added the configuration files and documentation for uWSGI as an optional replacement for gunicorn. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 23:25:30 +01:00
adam closed this issue 2025-12-29 23:25:30 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#14611