Files
svm-prefilter-service/uwsgi.ini
marcsello 6c259c1451
All checks were successful
continuous-integration/drone Build is passing
Finally fixed
2021-11-23 21:33:06 +01:00

14 lines
162 B
INI

[uwsgi]
module = wsgi
http-socket = :8000
master = true
enable-threads = true
die-on-term = true
manage-script-name = true
mount=/=app:app
mule=mule.py
uid=33