ldap-python-webui/uwsgi.ini.example
2022-06-24 18:21:41 +02:00

9 lines
162 B
Plaintext

; https://uwsgi-docs.readthedocs.io/en/latest/Configuration.html#magic-variables
[uwsgi]
http = :9090
chdir = %v
wsgi-file = %v/app.py
processes = 1
threads = 2