算法暴露接口(xhs、dy、ks、wx、hnw)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

11 lines
229 B

[uwsgi]
chdir=/data1/api-py
http=0.0.0.0:8088
stats=%(chdir)/uwsgi/uwsgi.status
pidfile=%(chdir)/uwsgi/uwsgi.pid
wsgi-file=%(chdir)/server.py
daemonize=%(chdir)/uwsgi/uwsgi.log
callable=app
processes=2
threads=2
buffer-size=65536