算法暴露接口(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.

10 lines
229 B

7 months ago
  1. [uwsgi]
  2. chdir=/data1/api-py
  3. http=0.0.0.0:8088
  4. stats=%(chdir)/uwsgi/uwsgi.status
  5. pidfile=%(chdir)/uwsgi/uwsgi.pid
  6. wsgi-file=%(chdir)/server.py
  7. daemonize=%(chdir)/uwsgi/uwsgi.log
  8. callable=app
  9. processes=2
  10. threads=2
  11. buffer-size=65536