Files
bugis/README.md
Walter Oggioni 1a805039f1
Some checks failed
CI / Build pip package (push) Failing after 12s
CI / Build Docker image (push) Failing after 8s
renamed project to Bugis and switch from WSGI@uwsgi to ASGI@granian
2024-10-20 20:32:25 +08:00

271 B

Run

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