added hot reload and Gevent to uwsgi server
This commit is contained in:
@@ -1,4 +1,11 @@
|
||||
# Run
|
||||
```bash
|
||||
uwsgi --plugin /usr/lib/uwsgi/python_plugin.so --http :1180 -w md2html.uwsgi --http-keepalive --http-auto-chunked
|
||||
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
|
||||
```
|
||||
|
Reference in New Issue
Block a user