mdserver-web/web
dami e5843a4f40 Merge branch 'master' into dev 2026-03-21 11:17:28 +08:00
..
admin Update init_cron.py 2026-02-25 12:35:44 +08:00
core Update mw.py 2026-03-15 23:20:27 +08:00
misc Update obf_proxy.conf 2025-12-09 18:16:12 +08:00
static acme证书选择 2025-12-20 20:46:58 +08:00
templates Update site.html 2025-08-19 00:27:38 +08:00
thisdb Update sites.py 2025-08-19 00:10:40 +08:00
utils update 2026-03-12 16:00:51 +08:00
app.py
branding.py
config.py update 2025-07-17 17:37:57 +08:00
readme.md
setting.py Update setting.py 2025-06-12 13:17:44 +08:00
version.py 0.18.4 2025-08-19 19:47:20 +08:00

readme.md

  • 常用开发命令
gunicorn -b :7201 -k geventwebsocket.gunicorn.workers.GeventWebSocketWorker -w 1 app:app
gunicorn -b :7201 -w 1 app:app
gunicorn -c setting.py app:app