diff options
Diffstat (limited to 'dockerfiles/uwsgi.ini')
-rw-r--r-- | dockerfiles/uwsgi.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dockerfiles/uwsgi.ini b/dockerfiles/uwsgi.ini index 757479950..127789867 100644 --- a/dockerfiles/uwsgi.ini +++ b/dockerfiles/uwsgi.ini @@ -10,7 +10,7 @@ threads = 4 # The right granted on the created socket chmod-socket = 666 -# Plugin to use and interpretor config +# Plugin to use and interpreter config single-interpreter = true master = true plugin = python3 |