import multiprocessing bind = "0.0.0.0:80" workers = multiprocessing.cpu_count() * 2 + 1 wsgi_app = "main:app"