15154 update ini

This commit is contained in:
Arthur 2024-03-25 14:18:34 -07:00
parent d098b01a9b
commit fcc0fec9bb

View File

@ -1,4 +1,7 @@
[uwsgi] [uwsgi]
; bind to the specified UNIX/TCP socket and port (usually localhost)
socket = 127.0.0.1:8001
; fail to start if any parameter in the configuration file isnt explicitly understood by uWSGI. ; fail to start if any parameter in the configuration file isnt explicitly understood by uWSGI.
strict = true strict = true
@ -10,3 +13,6 @@ vacuum = true
; exit if no app can be loaded ; exit if no app can be loaded
need-app = true need-app = true
; do not use multiple interpreters
single-interpreter = true