Files
bugis/README.md
Walter Oggioni 707c74f042
Some checks failed
CI / Build pip package (push) Failing after 13s
CI / Build Docker image (push) Successful in 4m36s
renamed project to Bugis and switch from WSGI@uwsgi to ASGI@granian
2024-10-20 20:35:46 +08:00

13 lines
271 B
Markdown

# Run
```bash
uwsgi --need-plugin /usr/lib/uwsgi/python_plugin.so \
--need-plugin /usr/lib/uwsgi/gevent_plugin.so \
-H venv \
--http :1180 \
-w md2html.uwsgi_handler \
--http-keepalive \
--http-auto-chunked \
--gevent 10
```