diff --git a/conf/uwsgi.ini b/conf/uwsgi.ini index 67c7172..e511dae 100644 --- a/conf/uwsgi.ini +++ b/conf/uwsgi.ini @@ -8,6 +8,7 @@ plugin = python3 virtualenv = venv master = True vacuum = True +# TODO: Allow web server only chmod-socket = 666 max-requests = 500 die-on-term=true