console/extra/uwsgi_web.ini
2024-12-10 21:05:37 +03:00

23 lines
No EOL
384 B
INI

[uwsgi]
env = HOME=/opt/nativecloud/.venv
env = CONFIG=/opt/nativecloud/extra/settings.origin.ini
chdir = /opt/nativecloud
;for http
protocol = http
socket = 0.0.0.0:8080
; for unix-socket
; socket = /var/run/nativecloud-web.sock
; chmod-socket = 777
module = SWSCloudWeb:app
master = true
processes = 2
vacuum = true
die-on-term = true
thunder-lock = true
enable-threads = true