1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Closes #16056: Add binary-path configuration in uwsgi.ini

This commit is contained in:
Markku Leiniö
2024-05-09 18:48:27 +03:00
committed by Jeremy Stretch
parent 9f940150fc
commit 2a06e1990a

View File

@ -26,6 +26,9 @@ chdir = netbox
; specify the WSGI module to load ; specify the WSGI module to load
module = netbox.wsgi 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) ; only log internal messages and errors (reverse proxy already logs the requests)
disable-logging = true disable-logging = true
log-5xx = true log-5xx = true