| 2 | |
| 3 | I've tried multiple configurations with uwsgi. |
| 4 | |
| 5 | This is the one I felt it would be the safest and still failed |
| 6 | |
| 7 | {{{ |
| 8 | |
| 9 | [uwsgi] |
| 10 | strict = true |
| 11 | wsgi-file = project/wsgi.py |
| 12 | threads = 1 |
| 13 | stats = 0.0.0.0:9191 |
| 14 | master = true |
| 15 | log-master = true |
| 16 | workers = 1 |
| 17 | enable-threads = false |
| 18 | single-interpreter = true |
| 19 | die-on-term = true |
| 20 | need-app = true |
| 21 | |
| 22 | Name: uWSGI |
| 23 | Version: 2.0.19.1 |
| 24 | Summary: The uWSGI server |
| 25 | Home-page: https://uwsgi-docs.readthedocs.io/en/latest/ |
| 26 | Author: Unbit |
| 27 | Author-email: info@unbit.it |
| 28 | License: GPLv2+ |
| 29 | Location: /usr/local/lib/python3.8/dist-packages |
| 30 | |
| 31 | }}} |