Added README.md

This commit is contained in:
2023-05-22 17:21:15 +08:00
parent 270767c3cd
commit 67948f81c4

4
README.md Normal file
View File

@@ -0,0 +1,4 @@
# Run
```bash
uwsgi --plugin /usr/lib/uwsgi/python_plugin.so --http :1180 -w md2html.uwsgi --http-keepalive --http-auto-chunked
```