You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ctk/services/backend/configs/uwsgi/uwsgi.ini

17 lines
182 B
INI

[uwsgi]
ini = :base
socket = 0.0.0.0:9000
master = true
processes = 5
[base]
chdir = /home/server
module = server.wsgi:application
chmod-socket=666
uid = uwsgi
gid = uwsgi
[dev]