diff --git a/service/hive-web/run b/service/hive-web/run index f7aed0c85..b1760827c 100644 --- a/service/hive-web/run +++ b/service/hive-web/run @@ -1,11 +1,11 @@ #!/bin/bash -exec setuidgid nobody uwsgi \ +exec uwsgi \ --master \ --http :"${HTTP_SERVER_PORT}" \ --wsgi-file "${WSGI_APP}" \ --processes "${HTTP_SERVER_PROCESSES:-8}" \ --threads "${HTTP_SERVER_THREADS:-1}" \ --stats 0.0.0.0:"${HTTP_SERVER_STATS_PORT}" \ - --stats-http \ No newline at end of file + --stats-http