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.

12 lines
279 B

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