console/extra/uwsgi_api.ini
2016-06-14 08:05:05 +03:00

19 lines
259 B
INI

[uwsgi]
virtualenv = /home/gocloud/env
;for http
;protocol = http
;socket = 127.0.0.1:8080
; for unix-socket
socket = /var/run/sws/gocloud_api.sock
chmod-socket = 777
module = SWSCloudAPI:app
master = true
processes = 1
vacuum = true
die-on-term = true