deploy: 本地部署完成 - Gunicorn + Nginx 配置

This commit is contained in:
maoshen
2026-04-10 13:48:16 +00:00
parent e342156e9f
commit b180ebd9f6
4 changed files with 92 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
#!/bin/bash
cd /root/.openclaw/workspace/city-manual/backend
exec gunicorn --workers 3 --bind 0.0.0.0:8000 city_manual.wsgi:application