telegram 群组监控 / 群组功能
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
279 B

8 months ago
8 months ago
8 months ago
  1. [uwsgi]
  2. chdir=/opt/crawl/telegram/telegram_crawler
  3. http=0.0.0.0:8080
  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
  12. env LANGUAGE="en_US.UTF-8"