console/extra/uwsgi-api.ini

20 lines
259 B
INI
Raw Normal View History

2016-06-11 14:20:56 +03:00
[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