#!/bin/bash twsproxy & uwsgi \ --socket 0.0.0.0:8080 \ --buffer-size 65536 \ --workers 1 \ --threads 8 \ --protocol=http \ -w tes.tes_wsgi &