console/extra/uwsgi_web.ini

23 lines
384 B
INI
Raw Normal View History

2015-12-02 02:34:17 +03:00
[uwsgi]
env = HOME=/opt/nativecloud/.venv
env = CONFIG=/opt/nativecloud/extra/settings.origin.ini
chdir = /opt/nativecloud
2015-12-02 02:34:17 +03:00
;for http
protocol = http
socket = 0.0.0.0:8080
2015-12-02 02:34:17 +03:00
; for unix-socket
; socket = /var/run/nativecloud-web.sock
; chmod-socket = 777
2015-12-02 02:34:17 +03:00
2016-06-12 01:34:09 +03:00
module = SWSCloudWeb:app
2015-12-02 02:34:17 +03:00
master = true
2016-06-11 14:20:56 +03:00
processes = 2
2015-12-02 02:34:17 +03:00
vacuum = true
die-on-term = true
thunder-lock = true
enable-threads = true