From 2a06e1990a2d57b6ea0b3e6c3d1583d0b8074180 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markku=20Leini=C3=B6?= Date: Thu, 9 May 2024 18:48:27 +0300 Subject: [PATCH] Closes #16056: Add binary-path configuration in uwsgi.ini --- contrib/uwsgi.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/contrib/uwsgi.ini b/contrib/uwsgi.ini index c74c05393..a8bedc1d7 100644 --- a/contrib/uwsgi.ini +++ b/contrib/uwsgi.ini @@ -26,6 +26,9 @@ chdir = netbox ; specify the WSGI module to load module = netbox.wsgi +; workaround to make uWSGI reloads work with pyuwsgi (not to be used if using uwsgi package instead) +binary-path = venv/bin/python + ; only log internal messages and errors (reverse proxy already logs the requests) disable-logging = true log-5xx = true