uwsgi_config.ini 344 Bytes
[uwsgi]
base = /home/hubian/WebService-python-framework
pythonpath = /home/hubian/WebService-python-framework
chdir = /home/hubian/WebService-python-framework

enable-threads = true
http = 0.0.0.0:7788

chmod-socket = 666

wsgi-file = /home/hubian/WebService-python-framework/uwsgi/app.uwsgi
callable = web_app

logto = /var/log/uwsgi/uwsgi.log