[uwsgi] # # UWSGi ini file for port 8080 debugging # # pytools repository url: http://deb.clazzes.org/any/sources.list.d/any/any-pytools-1.list # # install the following debian modules: # # sudo apt-get install uwsgi-core uwsgi-plugin-python3 python3-clazzes-http # # You may overwrite the projecdir by specifying # '-S projectdir=foobar' # on the uwsgi cmdline. # projectdir=%d http-socket = 0.0.0.0:8080 chdir = %(projectdir) wsgi-file = %(projectdir)/src/test/python/wsgi.py plugin = python3 threads=4 enable-threads = true