#!/bin/sh cd /app exec /usr/sbin/uwsgi --uid uwsgi \ --plugins python3 \ --http-socket :8080 \ --wsgi-file fhost.py \ --callable app \ --processes 2 \ --threads 4